#0a4793

Color #0A4793 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0A4793

Tints of Dark Cerulean #0A4793

Color information

#0A4793 (or 0x0A4793) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 93. RGB value is (10,71,147). Sum of RGB (Red+Green+Blue) = 10+71+147=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A4793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4793 is #F5B86C. Grayscale: #3D3D3D. Windows color (decimal): -16103533 or 9651978. OLE color: 9651978.

HSL color Cylindrical-coordinate representation of color #0A4793: hue angle of 213.28º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4793 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1071147-
CMYK0.930.5200.42
HSL213.28º87.26%30.78%-
HSV(B)213.28º93.2%57.65%-
XYZ7.646.6828.49-
YUV61.42176.2991.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 147 (57.81% from 255) = 64.47%
R=4.39%
G=31.14%
B=64.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10711470.930.5200.42213.2887.2630.78
HexA47935D3402Ad5571f
Octal121072231356405232512737
Binary10101000111100100111011101110100010101011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,147); }

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

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

 a { background-color: rgb(10,71,147); }

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

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

 span { border-color: rgb(10,71,147); }

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