Html Css Color HEX #166CED Navy Blue

📋 copy color: '#166CED'

red 22 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #166CED

Tints of Navy Blue #166CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 5.99%
G = 29.43%
B = 64.58%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#166CED (or 0x166CED) is known color: Navy Blue. HEX triplet: 16, 6C and ED. RGB value is (22,108,237). Sum of RGB (Red+Green+Blue) = 22+108+237=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #166CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CED is #E99312. Grayscale: #606060. Windows color (decimal): -15307539 or 15559702. OLE color: 15559702.

HSL color Cylindrical-coordinate representation of color #166CED: hue angle of 216º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166CED is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 108 237 -
CMYK 0.91 0.54 0 0.07
HSL 216º 0.86% 0.51% -
HSV(B) 216º 0.91% 0.93% -
XYZ 20.98 17.01 82.3 -
YUV 96.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 22 108 237 0.91 0.54 0 0.07 216 0.86 0.51
Hex 16 6C ED 5B 36 0 7 D8 56 33
Octal 26 154 355 133 66 0 7 330 126 63
Binary 10110 1101100 11101101 1011011 110110 0 111 11011000 1010110 110011

Color Harmonies of #166CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CED

Black with #166CED

Text Example


Text Example

White with #166CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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