#1762BC

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

Shades of Denim #1762BC

Tints of Denim #1762BC

Color information

#1762BC (or 0x1762BC) is unknown color: approx Denim. HEX triplet: 17, 62 and BC. RGB value is (23,98,188). Sum of RGB (Red+Green+Blue) = 23+98+188=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1762BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1762BC is #E89D43. Grayscale: #555555. Windows color (decimal): -15244612 or 12345879. OLE color: 12345879.

HSL color Cylindrical-coordinate representation of color #1762BC: hue angle of 212.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1762BC is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2398188-
CMYK0.880.4800.26
HSL212.73º78.2%41.37%-
HSV(B)212.73º87.77%73.73%-
XYZ13.812.5549.27-
YUV85.84185.6583.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.44%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=7.44%
G=31.72%
B=60.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal23981880.880.4800.26212.7378.241.37
Hex1762BC583001Ad54e29
Octal271422741306003232511651
Binary101111100010101111001011000110000011010110101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1762BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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