#0060BF

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

Shades of Navy Blue #0060BF

Tints of Navy Blue #0060BF

Color information

#0060BF (or 0x0060BF) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and BF. RGB value is (0,96,191). Sum of RGB (Red+Green+Blue) = 0+96+191=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #0060BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0060BF is #FF9F40. Grayscale: #4D4D4D. Windows color (decimal): -16752449 or 12541952. OLE color: 12541952.

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

Color convert

RGB096191-
CMYK10.5000.25
HSL209.84º100%37.45%-
HSV(B)209.84º100%74.9%-
XYZ13.5912.1350.91-
YUV78.13191.772.28-

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) = 33.45%
BLUE value IS 191 (75% from 255) = 66.55%
R=0%
G=33.45%
B=66.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09619110.5000.25209.8410037.45
Hex060BF6432019d26425
Octal01402771446203132214445
Binary01100000101111111100100110010011001110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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