#0A3987

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

Shades of Dark Cerulean #0A3987

Tints of Dark Cerulean #0A3987

Color information

#0A3987 (or 0x0A3987) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 39 and 87. RGB value is (10,57,135). Sum of RGB (Red+Green+Blue) = 10+57+135=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A3987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3987 is #F5C678. Grayscale: #333333. Windows color (decimal): -16107129 or 8861962. OLE color: 8861962.

HSL color Cylindrical-coordinate representation of color #0A3987: hue angle of 217.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3987 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1057135-
CMYK0.930.5800.47
HSL217.44º86.21%28.43%-
HSV(B)217.44º92.59%52.94%-
XYZ5.964.7423.52-
YUV51.84174.9398.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 135 (53.12% from 255) = 66.83%
R=4.95%
G=28.22%
B=66.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10571350.930.5800.47217.4486.2128.43
HexA39875D3A02Fd9561c
Octal12712071357205733112634
Binary1010111001100001111011101111010010111111011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,57,135); }

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

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

 a { background-color: rgb(10,57,135); }

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

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

 span { border-color: rgb(10,57,135); }

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