#1762b4

Color #1762B4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1762B4

Tints of Denim #1762B4

Color information

#1762B4 (or 0x1762B4) is unknown color: approx Denim. HEX triplet: 17, 62 and B4. RGB value is (23,98,180). Sum of RGB (Red+Green+Blue) = 23+98+180=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1762B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1762B4 is #E89D4B. Grayscale: #545454. Windows color (decimal): -15244620 or 11821591. OLE color: 11821591.

HSL color Cylindrical-coordinate representation of color #1762B4: hue angle of 211.34º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1762B4 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2398180-
CMYK0.870.4600.29
HSL211.34º77.34%39.8%-
HSV(B)211.34º87.22%70.59%-
XYZ12.9612.2144.85-
YUV84.92181.6583.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 7.64%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=7.64%
G=32.56%
B=59.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23981800.870.4600.29211.3477.3439.8
Hex1762B4572E01Dd34d28
Octal271422641275603532311550
Binary101111100010101101001010111101110011101110100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1762b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1762b4; }

 p { color: rgb(23,98,180); }

 H1.HeaderClassName
 {
   color: #1762b4;
 }
 .AnyTagClassName
 {
   color: #1762b4;
 }
</style>
background-color css

<style>
 a { background-color: #1762b4; }

 a { background-color: rgb(23,98,180); }

 div.DivClassName
 {
   background-color: #1762b4;
 }
 .BgClassName
 {
   background-color: #1762b4;
 }
</style>
border-color css

<style>
 span { border-color: #1762b4; }

 span { border-color: rgb(23,98,180); }

 td.TdClassName
 {
   border-color: #1762b4;
 }
 .TagClassName
 {
   border-color: #1762b4;
 }
</style>