#0060FF

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

Shades of Navy Blue #0060FF

Tints of Navy Blue #0060FF

Color information

#0060FF (or 0x0060FF) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and FF. RGB value is (0,96,255). Sum of RGB (Red+Green+Blue) = 0+96+255=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #0060FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060FF is #FF9F00. Grayscale: #545454. Windows color (decimal): -16752385 or 16736256. OLE color: 16736256.

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

Color convert

RGB096255-
CMYK10.6200
HSL217.41º100%50%-
HSV(B)217.41º100%100%-
XYZ22.2315.5996.44-
YUV85.42223.767.07-

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) = 27.35%
BLUE value IS 255 (100% from 255) = 72.65%
R=0%
G=27.35%
B=72.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal09625510.6200217.4110050
Hex060FF643E00d96432
Octal0140377144760033114462
Binary0110000011111111110010011111000110110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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