#005FCA

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

Shades of Navy Blue #005FCA

Tints of Navy Blue #005FCA

Color information

#005FCA (or 0x005FCA) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and CA. RGB value is (0,95,202). Sum of RGB (Red+Green+Blue) = 0+95+202=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #005FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FCA is #FFA035. Grayscale: #4E4E4E. Windows color (decimal): -16752694 or 13262592. OLE color: 13262592.

HSL color Cylindrical-coordinate representation of color #005FCA: hue angle of 211.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FCA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB095202-
CMYK10.5300.21
HSL211.78º100%39.61%-
HSV(B)211.78º100%79.22%-
XYZ14.7512.4557.5-
YUV78.79197.5371.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 68.01%
R=0%
G=31.99%
B=68.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal09520210.5300.21211.7810039.61
Hex05FCA6435015d46428
Octal01373121446502532414450
Binary01011111110010101100100110101010101110101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005FCA; }

 p { color: rgb(0,95,202); }

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

<style>
 a { background-color: #005FCA; }

 a { background-color: rgb(0,95,202); }

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

<style>
 span { border-color: #005FCA; }

 span { border-color: rgb(0,95,202); }

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