Html Css Color HEX #167FDB Navy Blue

📋 copy color: '#167FDB'

red 22 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #167FDB

Tints of Navy Blue #167FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 5.98%
G = 34.51%
B = 59.51%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#167FDB (or 0x167FDB) is known color: Navy Blue. HEX triplet: 16, 7F and DB. RGB value is (22,127,219). Sum of RGB (Red+Green+Blue) = 22+127+219=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #167FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167FDB is #E98024. Grayscale: #696969. Windows color (decimal): -15302693 or 14384918. OLE color: 14384918.

HSL color Cylindrical-coordinate representation of color #167FDB: hue angle of 208.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167FDB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 127 219 -
CMYK 0.90 0.42 0 0.14
HSL 208.02º 0.82% 0.47% -
HSV(B) 208.02º 0.9% 0.86% -
XYZ 20.71 20.46 69.88 -
YUV 106.09 191.71 68.02 -
System Red Green Blue C M Y K H S L
Decimal 22 127 219 0.90 0.42 0 0.14 208.02 0.82 0.47
Hex 16 7F DB 5A 2A 0 E D0 52 2F
Octal 26 177 333 132 52 0 16 320 122 57
Binary 10110 1111111 11011011 1011010 101010 0 1110 11010000 1010010 101111

Color Harmonies of #167FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167FDB

Black with #167FDB

Text Example


Text Example

White with #167FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167FDB; }

 p { color: rgb(22,127,219); }

 H1.HeaderClassName
 {
   color: #167FDB;
 }
 .AnyTagClassName
 {
   color: #167FDB;
 }
</style>

background-color css

<style>
 a { background-color: #167FDB; }

 a { background-color: rgb(22,127,219); }

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

border-color css

<style>
 span { border-color: #167FDB; }

 span { border-color: rgb(22,127,219); }

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