Html Css Color HEX #167BCC Navy Blue

📋 copy color: '#167BCC'

red 22 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #167BCC

Tints of Navy Blue #167BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 6.3%
G = 35.24%
B = 58.45%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#167BCC (or 0x167BCC) is known color: Navy Blue. HEX triplet: 16, 7B and CC. RGB value is (22,123,204). Sum of RGB (Red+Green+Blue) = 22+123+204=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #167BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167BCC is #E98433. Grayscale: #656565. Windows color (decimal): -15303732 or 13400854. OLE color: 13400854.

HSL color Cylindrical-coordinate representation of color #167BCC: hue angle of 206.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #167BCC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 123 204 -
CMYK 0.89 0.40 0 0.2
HSL 206.7º 0.81% 0.44% -
HSV(B) 206.7º 0.89% 0.8% -
XYZ 18.31 18.7 59.77 -
YUV 102.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 22 123 204 0.89 0.40 0 0.2 206.7 0.81 0.44
Hex 16 7B CC 59 28 0 14 CF 51 2C
Octal 26 173 314 131 50 0 24 317 121 54
Binary 10110 1111011 11001100 1011001 101000 0 10100 11001111 1010001 101100

Color Harmonies of #167BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167BCC

Black with #167BCC

Text Example


Text Example

White with #167BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,123,204); }

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

background-color css

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

 a { background-color: rgb(22,123,204); }

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

border-color css

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

 span { border-color: rgb(22,123,204); }

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