Html Css Color HEX #0167BD Navy Blue

📋 copy color: '#0167BD'

red 1 ◦ green 103 ◦ blue 189

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

Shades of Navy Blue #0167BD

Tints of Navy Blue #0167BD

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 0.34%
G = 35.15%
B = 64.51%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0167BD (or 0x0167BD) is known color: Navy Blue. HEX triplet: 01, 67 and BD. RGB value is (1,103,189). Sum of RGB (Red+Green+Blue) = 1+103+189=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0167BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167BD is #FE9842. Grayscale: #515151. Windows color (decimal): -16685123 or 12412673. OLE color: 12412673.

HSL color Cylindrical-coordinate representation of color #0167BD: hue angle of 207.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0167BD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 103 189 -
CMYK 0.99 0.46 0 0.26
HSL 207.45º 0.99% 0.37% -
HSV(B) 207.45º 0.99% 0.74% -
XYZ 14.05 13.38 49.99 -
YUV 82.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 1 103 189 0.99 0.46 0 0.26 207.45 0.99 0.37
Hex 1 67 BD 63 2E 0 1A CF 63 25
Octal 1 147 275 143 56 0 32 317 143 45
Binary 1 1100111 10111101 1100011 101110 0 11010 11001111 1100011 100101

Color Harmonies of #0167BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0167BD

Black with #0167BD

Text Example


Text Example

White with #0167BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0167BD; }

 p { color: rgb(1,103,189); }

 H1.HeaderClassName
 {
   color: #0167BD;
 }
 .AnyTagClassName
 {
   color: #0167BD;
 }
</style>

background-color css

<style>
 a { background-color: #0167BD; }

 a { background-color: rgb(1,103,189); }

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

border-color css

<style>
 span { border-color: #0167BD; }

 span { border-color: rgb(1,103,189); }

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