#0A5CC8

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

Shades of Navy Blue #0A5CC8

Tints of Navy Blue #0A5CC8

Color information

#0A5CC8 (or 0x0A5CC8) is unknown color: approx Navy Blue. HEX triplet: 0A, 5C and C8. RGB value is (10,92,200). Sum of RGB (Red+Green+Blue) = 10+92+200=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 200 (78.52% from 255 or 66.23% from 302); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A5CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CC8 is #F5A337. Grayscale: #4F4F4F. Windows color (decimal): -16098104 or 13130762. OLE color: 13130762.

HSL color Cylindrical-coordinate representation of color #0A5CC8: hue angle of 214.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5CC8 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1092200-
CMYK0.950.5400.22
HSL214.11º90.48%41.18%-
HSV(B)214.11º95%78.43%-
XYZ14.3811.8956.18-
YUV79.79195.8378.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.31%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 200 (78.52% from 255) = 66.23%
R=3.31%
G=30.46%
B=66.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10922000.950.5400.22214.1190.4841.18
HexA5CC85F36016d65a29
Octal121343101376602632613251
Binary10101011100110010001011111110110010110110101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5CC8; }

 p { color: rgb(10,92,200); }

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

<style>
 a { background-color: #0A5CC8; }

 a { background-color: rgb(10,92,200); }

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

<style>
 span { border-color: #0A5CC8; }

 span { border-color: rgb(10,92,200); }

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