Html Css Color HEX #166BE5 Navy Blue

📋 copy color: '#166BE5'

red 22 ◦ green 107 ◦ blue 229

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

Shades of Navy Blue #166BE5

Tints of Navy Blue #166BE5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 229 (89.84% from 255) = 63.97%

R = 6.15%
G = 29.89%
B = 63.97%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#166BE5 (or 0x166BE5) is known color: Navy Blue. HEX triplet: 16, 6B and E5. RGB value is (22,107,229). Sum of RGB (Red+Green+Blue) = 22+107+229=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #166BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BE5 is #E9941A. Grayscale: #5E5E5E. Windows color (decimal): -15307803 or 15035158. OLE color: 15035158.

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

Color convert

RGB 22 107 229 -
CMYK 0.90 0.53 0 0.10
HSL 215.36º 0.82% 0.49% -
HSV(B) 215.36º 0.9% 0.9% -
XYZ 19.73 16.34 76.24 -
YUV 95.49 203.34 75.58 -
System Red Green Blue C M Y K H S L
Decimal 22 107 229 0.90 0.53 0 0.10 215.36 0.82 0.49
Hex 16 6B E5 5A 35 0 A D7 52 31
Octal 26 153 345 132 65 0 12 327 122 61
Binary 10110 1101011 11100101 1011010 110101 0 1010 11010111 1010010 110001

Color Harmonies of #166BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166BE5

Black with #166BE5

Text Example


Text Example

White with #166BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,107,229); }

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

background-color css

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

 a { background-color: rgb(22,107,229); }

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

border-color css

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

 span { border-color: rgb(22,107,229); }

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