Html Css Color HEX #106CEA Navy Blue

📋 copy color: '#106CEA'

red 16 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #106CEA

Tints of Navy Blue #106CEA

RGB

 RED value IS 16 (6.64% from 255) = 4.47%

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 4.47%
G = 30.17%
B = 65.36%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#106CEA (or 0x106CEA) is known color: Navy Blue. HEX triplet: 10, 6C and EA. RGB value is (16,108,234). Sum of RGB (Red+Green+Blue) = 16+108+234=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #106CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CEA is #EF9315. Grayscale: #5E5E5E. Windows color (decimal): -15700758 or 15363088. OLE color: 15363088.

HSL color Cylindrical-coordinate representation of color #106CEA: hue angle of 214.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106CEA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 108 234 -
CMYK 0.93 0.54 0 0.08
HSL 214.68º 0.87% 0.49% -
HSV(B) 214.68º 0.93% 0.92% -
XYZ 20.43 16.78 80 -
YUV 94.86 206.52 71.75 -
System Red Green Blue C M Y K H S L
Decimal 16 108 234 0.93 0.54 0 0.08 214.68 0.87 0.49
Hex 10 6C EA 5D 36 0 8 D7 57 31
Octal 20 154 352 135 66 0 10 327 127 61
Binary 10000 1101100 11101010 1011101 110110 0 1000 11010111 1010111 110001

Color Harmonies of #106CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106CEA

Black with #106CEA

Text Example


Text Example

White with #106CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106CEA; }

 p { color: rgb(16,108,234); }

 H1.HeaderClassName
 {
   color: #106CEA;
 }
 .AnyTagClassName
 {
   color: #106CEA;
 }
</style>

background-color css

<style>
 a { background-color: #106CEA; }

 a { background-color: rgb(16,108,234); }

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

border-color css

<style>
 span { border-color: #106CEA; }

 span { border-color: rgb(16,108,234); }

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