Html Css Color HEX #126BCC Navy Blue

📋 copy color: '#126BCC'

red 18 ◦ green 107 ◦ blue 204

#126BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #126BCC

Tints of Navy Blue #126BCC

RGB

 RED value IS 18 (7.42% from 255) = 5.47%

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 5.47%
G = 32.52%
B = 62.01%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#126BCC (or 0x126BCC) is known color: Navy Blue. HEX triplet: 12, 6B and CC. RGB value is (18,107,204). Sum of RGB (Red+Green+Blue) = 18+107+204=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #126BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BCC is #ED9433. Grayscale: #5A5A5A. Windows color (decimal): -15569972 or 13396754. OLE color: 13396754.

HSL color Cylindrical-coordinate representation of color #126BCC: hue angle of 211.29º 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 #126BCC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 107 204 -
CMYK 0.91 0.48 0 0.2
HSL 211.29º 0.84% 0.44% -
HSV(B) 211.29º 0.91% 0.8% -
XYZ 16.41 15 59.16 -
YUV 91.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 18 107 204 0.91 0.48 0 0.2 211.29 0.84 0.44
Hex 12 6B CC 5B 30 0 14 D3 54 2C
Octal 22 153 314 133 60 0 24 323 124 54
Binary 10010 1101011 11001100 1011011 110000 0 10100 11010011 1010100 101100

Color Harmonies of #126BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BCC

Black with #126BCC

Text Example


Text Example

White with #126BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126BCC;
 }
 .AnyTagClassName
 {
   color: #126BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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