Html Css Color HEX #126CEC Navy Blue

📋 copy color: '#126CEC'

red 18 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #126CEC

Tints of Navy Blue #126CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 4.97%
G = 29.83%
B = 65.19%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#126CEC (or 0x126CEC) is known color: Navy Blue. HEX triplet: 12, 6C and EC. RGB value is (18,108,236). Sum of RGB (Red+Green+Blue) = 18+108+236=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #126CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CEC is #ED9313. Grayscale: #5F5F5F. Windows color (decimal): -15569684 or 15494162. OLE color: 15494162.

HSL color Cylindrical-coordinate representation of color #126CEC: hue angle of 215.23º 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 #126CEC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 108 236 -
CMYK 0.92 0.54 0 0.07
HSL 215.23º 0.86% 0.5% -
HSV(B) 215.23º 0.92% 0.93% -
XYZ 20.75 16.91 81.53 -
YUV 95.68 207.18 72.59 -
System Red Green Blue C M Y K H S L
Decimal 18 108 236 0.92 0.54 0 0.07 215.23 0.86 0.5
Hex 12 6C EC 5C 36 0 7 D7 56 32
Octal 22 154 354 134 66 0 7 327 126 62
Binary 10010 1101100 11101100 1011100 110110 0 111 11010111 1010110 110010

Color Harmonies of #126CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CEC

Black with #126CEC

Text Example


Text Example

White with #126CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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