#0460CA

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

Shades of Navy Blue #0460CA

Tints of Navy Blue #0460CA

Color information

#0460CA (or 0x0460CA) is unknown color: approx Navy Blue. HEX triplet: 04, 60 and CA. RGB value is (4,96,202). Sum of RGB (Red+Green+Blue) = 4+96+202=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #0460CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0460CA is #FB9F35. Grayscale: #505050. Windows color (decimal): -16490294 or 13262852. OLE color: 13262852.

HSL color Cylindrical-coordinate representation of color #0460CA: hue angle of 212.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0460CA is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB496202-
CMYK0.980.5200.21
HSL212.12º96.12%40.39%-
HSV(B)212.12º98.02%79.22%-
XYZ14.8912.6657.53-
YUV80.58196.5273.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=1.32%
G=31.79%
B=66.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4962020.980.5200.21212.1296.1240.39
Hex460CA6234015d46028
Octal41403121426402532414050
Binary1001100000110010101100010110100010101110101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0460CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0460CA; }

 p { color: rgb(4,96,202); }

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

<style>
 a { background-color: #0460CA; }

 a { background-color: rgb(4,96,202); }

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

<style>
 span { border-color: #0460CA; }

 span { border-color: rgb(4,96,202); }

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