#126CCC

Color #126CCC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #126CCC

Tints of Navy Blue #126CCC

Color information

#126CCC (or 0x126CCC) is unknown color: approx Navy Blue. HEX triplet: 12, 6C and CC. RGB value is (18,108,204). Sum of RGB (Red+Green+Blue) = 18+108+204=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #126CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CCC is #ED9333. Grayscale: #5B5B5B. Windows color (decimal): -15569716 or 13397010. OLE color: 13397010.

HSL color Cylindrical-coordinate representation of color #126CCC: hue angle of 210.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126CCC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18108204-
CMYK0.910.4700.2
HSL210.97º83.78%43.53%-
HSV(B)210.97º91.18%80%-
XYZ16.5115.2159.19-
YUV92.03191.1875.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=5.45%
G=32.73%
B=61.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181082040.910.4700.2210.9783.7843.53
Hex126CCC5B2F014d3542c
Octal221543141335702432312454
Binary100101101100110011001011011101111010100110100111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126CCC; }

 p { color: rgb(18,108,204); }

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

<style>
 a { background-color: #126CCC; }

 a { background-color: rgb(18,108,204); }

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

<style>
 span { border-color: #126CCC; }

 span { border-color: rgb(18,108,204); }

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