Html Css Color HEX #0167BE Navy Blue

📋 copy color: '#0167BE'

red 1 ◦ green 103 ◦ blue 190

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

Shades of Navy Blue #0167BE

Tints of Navy Blue #0167BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 0.34%
G = 35.03%
B = 64.63%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0167BE (or 0x0167BE) is known color: Navy Blue. HEX triplet: 01, 67 and BE. RGB value is (1,103,190). Sum of RGB (Red+Green+Blue) = 1+103+190=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #0167BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167BE is #FE9841. Grayscale: #515151. Windows color (decimal): -16685122 or 12478209. OLE color: 12478209.

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

Color convert

RGB 1 103 190 -
CMYK 0.99 0.46 0 0.25
HSL 207.62º 0.99% 0.37% -
HSV(B) 207.62º 0.99% 0.75% -
XYZ 14.16 13.42 50.56 -
YUV 82.42 188.71 69.93 -
System Red Green Blue C M Y K H S L
Decimal 1 103 190 0.99 0.46 0 0.25 207.62 0.99 0.37
Hex 1 67 BE 63 2E 0 19 D0 63 25
Octal 1 147 276 143 56 0 31 320 143 45
Binary 1 1100111 10111110 1100011 101110 0 11001 11010000 1100011 100101

Color Harmonies of #0167BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0167BE

Black with #0167BE

Text Example


Text Example

White with #0167BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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