#0060FA

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

Shades of Navy Blue #0060FA

Tints of Navy Blue #0060FA

Color information

#0060FA (or 0x0060FA) is unknown color: approx Navy Blue. HEX triplet: 00, 60 and FA. RGB value is (0,96,250). Sum of RGB (Red+Green+Blue) = 0+96+250=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #0060FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0060FA is #FF9F05. Grayscale: #545454. Windows color (decimal): -16752390 or 16408576. OLE color: 16408576.

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

Color convert

RGB096250-
CMYK10.6200.02
HSL216.96º100%49.02%-
HSV(B)216.96º100%98.04%-
XYZ21.4415.2792.26-
YUV84.85221.267.48-

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.75%
BLUE value IS 250 (98.05% from 255) = 72.25%
R=0%
G=27.75%
B=72.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal09625010.6200.02216.9610049.02
Hex060FA643E02d96431
Octal0140372144760233114461
Binary01100000111110101100100111110010110110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0060FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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