Html Css Color HEX #126CE7 Navy Blue

📋 copy color: '#126CE7'

red 18 ◦ green 108 ◦ blue 231

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

Shades of Navy Blue #126CE7

Tints of Navy Blue #126CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.71%

R = 5.04%
G = 30.25%
B = 64.71%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#126CE7 (or 0x126CE7) is known color: Navy Blue. HEX triplet: 12, 6C and E7. RGB value is (18,108,231). Sum of RGB (Red+Green+Blue) = 18+108+231=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #126CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CE7 is #ED9318. Grayscale: #5E5E5E. Windows color (decimal): -15569689 or 15166482. OLE color: 15166482.

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

Color convert

RGB 18 108 231 -
CMYK 0.92 0.53 0 0.09
HSL 214.65º 0.86% 0.49% -
HSV(B) 214.65º 0.92% 0.91% -
XYZ 20.04 16.62 77.75 -
YUV 95.11 204.68 73 -
System Red Green Blue C M Y K H S L
Decimal 18 108 231 0.92 0.53 0 0.09 214.65 0.86 0.49
Hex 12 6C E7 5C 35 0 9 D7 56 31
Octal 22 154 347 134 65 0 11 327 126 61
Binary 10010 1101100 11100111 1011100 110101 0 1001 11010111 1010110 110001

Color Harmonies of #126CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CE7

Black with #126CE7

Text Example


Text Example

White with #126CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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