Html Css Color HEX #0167BB Navy Blue

📋 copy color: '#0167BB'

red 1 ◦ green 103 ◦ blue 187

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

Shades of Navy Blue #0167BB

Tints of Navy Blue #0167BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 0.34%
G = 35.4%
B = 64.26%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0167BB (or 0x0167BB) is known color: Navy Blue. HEX triplet: 01, 67 and BB. RGB value is (1,103,187). Sum of RGB (Red+Green+Blue) = 1+103+187=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #0167BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167BB is #FE9844. Grayscale: #515151. Windows color (decimal): -16685125 or 12281601. OLE color: 12281601.

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

Color convert

RGB 1 103 187 -
CMYK 0.99 0.45 0 0.27
HSL 207.1º 0.99% 0.37% -
HSV(B) 207.1º 0.99% 0.73% -
XYZ 13.83 13.29 48.85 -
YUV 82.08 187.21 70.17 -
System Red Green Blue C M Y K H S L
Decimal 1 103 187 0.99 0.45 0 0.27 207.1 0.99 0.37
Hex 1 67 BB 63 2D 0 1B CF 63 25
Octal 1 147 273 143 55 0 33 317 143 45
Binary 1 1100111 10111011 1100011 101101 0 11011 11001111 1100011 100101

Color Harmonies of #0167BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0167BB

Black with #0167BB

Text Example


Text Example

White with #0167BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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