Html Css Color HEX #126CE9 Navy Blue

📋 copy color: '#126CE9'

red 18 ◦ green 108 ◦ blue 233

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

Shades of Navy Blue #126CE9

Tints of Navy Blue #126CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.9%

R = 5.01%
G = 30.08%
B = 64.9%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#126CE9 (or 0x126CE9) is known color: Navy Blue. HEX triplet: 12, 6C and E9. RGB value is (18,108,233). Sum of RGB (Red+Green+Blue) = 18+108+233=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #126CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CE9 is #ED9316. Grayscale: #5E5E5E. Windows color (decimal): -15569687 or 15297554. OLE color: 15297554.

HSL color Cylindrical-coordinate representation of color #126CE9: hue angle of 214.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CE9 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 108 233 -
CMYK 0.92 0.54 0 0.09
HSL 214.88º 0.86% 0.49% -
HSV(B) 214.88º 0.92% 0.91% -
XYZ 20.32 16.74 79.25 -
YUV 95.34 205.68 72.84 -
System Red Green Blue C M Y K H S L
Decimal 18 108 233 0.92 0.54 0 0.09 214.88 0.86 0.49
Hex 12 6C E9 5C 36 0 9 D7 56 31
Octal 22 154 351 134 66 0 11 327 126 61
Binary 10010 1101100 11101001 1011100 110110 0 1001 11010111 1010110 110001

Color Harmonies of #126CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CE9

Black with #126CE9

Text Example


Text Example

White with #126CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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