#0A4ADC

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

Shades of Navy Blue #0A4ADC

Tints of Navy Blue #0A4ADC

Color information

#0A4ADC (or 0x0A4ADC) is unknown color: approx Navy Blue. HEX triplet: 0A, 4A and DC. RGB value is (10,74,220). Sum of RGB (Red+Green+Blue) = 10+74+220=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A4ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4ADC is #F5B523. Grayscale: #464646. Windows color (decimal): -16102692 or 14436874. OLE color: 14436874.

HSL color Cylindrical-coordinate representation of color #0A4ADC: hue angle of 221.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4ADC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1074220-
CMYK0.950.6600.14
HSL221.71º91.3%45.1%-
HSV(B)221.71º95.45%86.27%-
XYZ15.4910.1368.85-
YUV71.51211.884.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.29%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 220 (86.33% from 255) = 72.37%
R=3.29%
G=24.34%
B=72.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal10742200.950.6600.14221.7191.345.1
HexA4ADC5F420Ede5b2d
Octal1211233413710201633613355
Binary10101001010110111001011111100001001110110111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,220); }

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

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

 a { background-color: rgb(10,74,220); }

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

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

 span { border-color: rgb(10,74,220); }

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