Html Css Color HEX #166DE6 Navy Blue

📋 copy color: '#166DE6'

red 22 ◦ green 109 ◦ blue 230

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

Shades of Navy Blue #166DE6

Tints of Navy Blue #166DE6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 230 (90.23% from 255) = 63.71%

R = 6.09%
G = 30.19%
B = 63.71%

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

#166DE6 (or 0x166DE6) is known color: Navy Blue. HEX triplet: 16, 6D and E6. RGB value is (22,109,230). Sum of RGB (Red+Green+Blue) = 22+109+230=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #166DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166DE6 is #E99219. Grayscale: #606060. Windows color (decimal): -15307290 or 15101206. OLE color: 15101206.

HSL color Cylindrical-coordinate representation of color #166DE6: hue angle of 214.9º degrees, saturation: 0.83, 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 #166DE6 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 109 230 -
CMYK 0.90 0.53 0 0.10
HSL 214.9º 0.83% 0.49% -
HSV(B) 214.9º 0.9% 0.9% -
XYZ 20.08 16.82 77.05 -
YUV 96.78 203.18 74.66 -
System Red Green Blue C M Y K H S L
Decimal 22 109 230 0.90 0.53 0 0.10 214.9 0.83 0.49
Hex 16 6D E6 5A 35 0 A D7 53 31
Octal 26 155 346 132 65 0 12 327 123 61
Binary 10110 1101101 11100110 1011010 110101 0 1010 11010111 1010011 110001

Color Harmonies of #166DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DE6

Black with #166DE6

Text Example


Text Example

White with #166DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,109,230); }

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

background-color css

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

 a { background-color: rgb(22,109,230); }

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

border-color css

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

 span { border-color: rgb(22,109,230); }

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