#0060BA

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

Shades of Navy Blue #0060BA

Tints of Navy Blue #0060BA

Color information

#0060BA (or 0x0060BA) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and BA. RGB value is (0,96,186). Sum of RGB (Red+Green+Blue) = 0+96+186=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #0060BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BA is #FF9F45. Grayscale: #4D4D4D. Windows color (decimal): -16752454 or 12214272. OLE color: 12214272.

HSL color Cylindrical-coordinate representation of color #0060BA: hue angle of 209.03º 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 #0060BA is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB096186-
CMYK10.4800.27
HSL209.03º100%36.47%-
HSV(B)209.03º100%72.94%-
XYZ13.0511.9148.07-
YUV77.56189.272.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=0%
G=34.04%
B=65.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal09618610.4800.27209.0310036.47
Hex060BA643001Bd16424
Octal01402721446003332114444
Binary01100000101110101100100110000011011110100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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