Html Css Color HEX #126ECF Navy Blue

📋 copy color: '#126ECF'

red 18 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #126ECF

Tints of Navy Blue #126ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 207 (81.25% from 255) = 61.79%

R = 5.37%
G = 32.84%
B = 61.79%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#126ECF (or 0x126ECF) is known color: Navy Blue. HEX triplet: 12, 6E and CF. RGB value is (18,110,207). Sum of RGB (Red+Green+Blue) = 18+110+207=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #126ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ECF is #ED9130. Grayscale: #5D5D5D. Windows color (decimal): -15569201 or 13594130. OLE color: 13594130.

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

Color convert

RGB 18 110 207 -
CMYK 0.91 0.47 0 0.19
HSL 210.79º 0.84% 0.44% -
HSV(B) 210.79º 0.91% 0.81% -
XYZ 17.09 15.79 61.18 -
YUV 93.55 192.02 74.11 -
System Red Green Blue C M Y K H S L
Decimal 18 110 207 0.91 0.47 0 0.19 210.79 0.84 0.44
Hex 12 6E CF 5B 2F 0 13 D3 54 2C
Octal 22 156 317 133 57 0 23 323 124 54
Binary 10010 1101110 11001111 1011011 101111 0 10011 11010011 1010100 101100

Color Harmonies of #126ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126ECF

Black with #126ECF

Text Example


Text Example

White with #126ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,207); }

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

background-color css

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

 a { background-color: rgb(18,110,207); }

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

border-color css

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

 span { border-color: rgb(18,110,207); }

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