Html Css Color HEX #166CE2 Navy Blue

📋 copy color: '#166CE2'

red 22 ◦ green 108 ◦ blue 226

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

Shades of Navy Blue #166CE2

Tints of Navy Blue #166CE2

RGB

 RED value IS 22 (8.98% from 255) = 6.18%

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

 BLUE value IS 226 (88.67% from 255) = 63.48%

R = 6.18%
G = 30.34%
B = 63.48%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#166CE2 (or 0x166CE2) is known color: Navy Blue. HEX triplet: 16, 6C and E2. RGB value is (22,108,226). Sum of RGB (Red+Green+Blue) = 22+108+226=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 226 (88.67% from 255 or 63.48% from 356); Max value from RGB is 226 - color contains mainly: blue. Hex color #166CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CE2 is #E9931D. Grayscale: #5F5F5F. Windows color (decimal): -15307550 or 14838806. OLE color: 14838806.

HSL color Cylindrical-coordinate representation of color #166CE2: hue angle of 214.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166CE2 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 22 108 226 -
CMYK 0.90 0.52 0 0.11
HSL 214.71º 0.82% 0.49% -
HSV(B) 214.71º 0.9% 0.89% -
XYZ 19.42 16.39 74.09 -
YUV 95.74 201.51 75.41 -
System Red Green Blue C M Y K H S L
Decimal 22 108 226 0.90 0.52 0 0.11 214.71 0.82 0.49
Hex 16 6C E2 5A 34 0 B D7 52 31
Octal 26 154 342 132 64 0 13 327 122 61
Binary 10110 1101100 11100010 1011010 110100 0 1011 11010111 1010010 110001

Color Harmonies of #166CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CE2

Black with #166CE2

Text Example


Text Example

White with #166CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166CE2; }

 p { color: rgb(22,108,226); }

 H1.HeaderClassName
 {
   color: #166CE2;
 }
 .AnyTagClassName
 {
   color: #166CE2;
 }
</style>

background-color css

<style>
 a { background-color: #166CE2; }

 a { background-color: rgb(22,108,226); }

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

border-color css

<style>
 span { border-color: #166CE2; }

 span { border-color: rgb(22,108,226); }

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