Html Css Color HEX #126CEB Navy Blue

📋 copy color: '#126CEB'

red 18 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #126CEB

Tints of Navy Blue #126CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 4.99%
G = 29.92%
B = 65.1%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#126CEB (or 0x126CEB) is known color: Navy Blue. HEX triplet: 12, 6C and EB. RGB value is (18,108,235). Sum of RGB (Red+Green+Blue) = 18+108+235=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #126CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CEB is #ED9314. Grayscale: #5E5E5E. Windows color (decimal): -15569685 or 15428626. OLE color: 15428626.

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

Color convert

RGB 18 108 235 -
CMYK 0.92 0.54 0 0.08
HSL 215.12º 0.86% 0.5% -
HSV(B) 215.12º 0.92% 0.92% -
XYZ 20.61 16.85 80.76 -
YUV 95.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 18 108 235 0.92 0.54 0 0.08 215.12 0.86 0.5
Hex 12 6C EB 5C 36 0 8 D7 56 32
Octal 22 154 353 134 66 0 10 327 126 62
Binary 10010 1101100 11101011 1011100 110110 0 1000 11010111 1010110 110010

Color Harmonies of #126CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CEB

Black with #126CEB

Text Example


Text Example

White with #126CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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