#0A488B

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

Shades of Dark Cerulean #0A488B

Tints of Dark Cerulean #0A488B

Color information

#0A488B (or 0x0A488B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 48 and 8B. RGB value is (10,72,139). Sum of RGB (Red+Green+Blue) = 10+72+139=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A488B is #F5B774. Grayscale: #3C3C3C. Windows color (decimal): -16103285 or 9127946. OLE color: 9127946.

HSL color Cylindrical-coordinate representation of color #0A488B: hue angle of 211.16º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A488B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1072139-
CMYK0.930.4800.45
HSL211.16º86.58%29.22%-
HSV(B)211.16º92.81%54.51%-
XYZ7.16.5625.32-
YUV61.1171.9691.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=4.52%
G=32.58%
B=62.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10721390.930.4800.45211.1686.5829.22
HexA488B5D3002Dd3571d
Octal121102131356005532312735
Binary10101001000100010111011101110000010110111010011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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