Html Css Color HEX #126FED Navy Blue

📋 copy color: '#126FED'

red 18 ◦ green 111 ◦ blue 237

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

Shades of Navy Blue #126FED

Tints of Navy Blue #126FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 4.92%
G = 30.33%
B = 64.75%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#126FED (or 0x126FED) is known color: Navy Blue. HEX triplet: 12, 6F and ED. RGB value is (18,111,237). Sum of RGB (Red+Green+Blue) = 18+111+237=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #126FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FED is #ED9012. Grayscale: #606060. Windows color (decimal): -15568915 or 15560466. OLE color: 15560466.

HSL color Cylindrical-coordinate representation of color #126FED: hue angle of 214.52º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FED is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 111 237 -
CMYK 0.92 0.53 0 0.07
HSL 214.52º 0.86% 0.5% -
HSV(B) 214.52º 0.92% 0.93% -
XYZ 21.22 17.61 82.4 -
YUV 97.56 206.69 71.25 -
System Red Green Blue C M Y K H S L
Decimal 18 111 237 0.92 0.53 0 0.07 214.52 0.86 0.5
Hex 12 6F ED 5C 35 0 7 D7 56 32
Octal 22 157 355 134 65 0 7 327 126 62
Binary 10010 1101111 11101101 1011100 110101 0 111 11010111 1010110 110010

Color Harmonies of #126FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FED

Black with #126FED

Text Example


Text Example

White with #126FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,237); }

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

background-color css

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

 a { background-color: rgb(18,111,237); }

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

border-color css

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

 span { border-color: rgb(18,111,237); }

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