Html Css Color HEX #106FEA Navy Blue

📋 copy color: '#106FEA'

red 16 ◦ green 111 ◦ blue 234

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

Shades of Navy Blue #106FEA

Tints of Navy Blue #106FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

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

R = 4.43%
G = 30.75%
B = 64.82%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#106FEA (or 0x106FEA) is known color: Navy Blue. HEX triplet: 10, 6F and EA. RGB value is (16,111,234). Sum of RGB (Red+Green+Blue) = 16+111+234=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #106FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106FEA is #EF9015. Grayscale: #606060. Windows color (decimal): -15699990 or 15363856. OLE color: 15363856.

HSL color Cylindrical-coordinate representation of color #106FEA: hue angle of 213.85º 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 #106FEA is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 111 234 -
CMYK 0.93 0.53 0 0.08
HSL 213.85º 0.87% 0.49% -
HSV(B) 213.85º 0.93% 0.92% -
XYZ 20.75 17.42 80.11 -
YUV 96.62 205.53 70.5 -
System Red Green Blue C M Y K H S L
Decimal 16 111 234 0.93 0.53 0 0.08 213.85 0.87 0.49
Hex 10 6F EA 5D 35 0 8 D6 57 31
Octal 20 157 352 135 65 0 10 326 127 61
Binary 10000 1101111 11101010 1011101 110101 0 1000 11010110 1010111 110001

Color Harmonies of #106FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106FEA

Black with #106FEA

Text Example


Text Example

White with #106FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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