#0067BA

Color #0067BA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0067BA

Tints of Navy Blue #0067BA

Color information

#0067BA (or 0x0067BA) is unknown color: approx Navy Blue. HEX triplet: 00, 67 and BA. RGB value is (0,103,186). Sum of RGB (Red+Green+Blue) = 0+103+186=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0067BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067BA is #FF9845. Grayscale: #515151. Windows color (decimal): -16750662 or 12216064. OLE color: 12216064.

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

Color convert

RGB0103186-
CMYK10.4500.27
HSL206.77º100%36.47%-
HSV(B)206.77º100%72.94%-
XYZ13.7113.2548.29-
YUV81.66186.8869.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=0%
G=35.64%
B=64.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal010318610.4500.27206.7710036.47
Hex067BA642D01Bcf6424
Octal01472721445503331714444
Binary01100111101110101100100101101011011110011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0067BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0067BA; }

 p { color: rgb(0,103,186); }

 H1.HeaderClassName
 {
   color: #0067BA;
 }
 .AnyTagClassName
 {
   color: #0067BA;
 }
</style>
background-color css

<style>
 a { background-color: #0067BA; }

 a { background-color: rgb(0,103,186); }

 div.DivClassName
 {
   background-color: #0067BA;
 }
 .BgClassName
 {
   background-color: #0067BA;
 }
</style>
border-color css

<style>
 span { border-color: #0067BA; }

 span { border-color: rgb(0,103,186); }

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