#0A4885

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

Shades of Dark Cerulean #0A4885

Tints of Dark Cerulean #0A4885

Color information

#0A4885 (or 0x0A4885) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 48 and 85. RGB value is (10,72,133). Sum of RGB (Red+Green+Blue) = 10+72+133=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A4885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4885 is #F5B77A. Grayscale: #3C3C3C. Windows color (decimal): -16103291 or 8734730. OLE color: 8734730.

HSL color Cylindrical-coordinate representation of color #0A4885: hue angle of 209.76º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4885 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1072133-
CMYK0.920.4600.48
HSL209.76º86.01%28.04%-
HSV(B)209.76º92.48%52.16%-
XYZ6.686.3923.07-
YUV60.42168.9692.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=4.65%
G=33.49%
B=61.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10721330.920.4600.48209.7686.0128.04
HexA48855C2E030d2561c
Octal121102051345606032212634
Binary10101001000100001011011100101110011000011010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,133); }

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

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

 a { background-color: rgb(10,72,133); }

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

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

 span { border-color: rgb(10,72,133); }

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