#0A3988

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

Shades of Dark Cerulean #0A3988

Tints of Dark Cerulean #0A3988

Color information

#0A3988 (or 0x0A3988) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 39 and 88. RGB value is (10,57,136). Sum of RGB (Red+Green+Blue) = 10+57+136=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A3988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3988 is #F5C677. Grayscale: #333333. Windows color (decimal): -16107128 or 8927498. OLE color: 8927498.

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

Color convert

RGB1057136-
CMYK0.930.5800.47
HSL217.62º86.3%28.63%-
HSV(B)217.62º92.65%53.33%-
XYZ6.034.7723.9-
YUV51.95175.4398.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 136 (53.52% from 255) = 67.00%
R=4.93%
G=28.08%
B=67.00%

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
Decimal10571360.930.5800.47217.6286.328.63
HexA39885D3A02Fda561d
Octal12712101357205733212635
Binary1010111001100010001011101111010010111111011010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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