#0A498B

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

Shades of Dark Cerulean #0A498B

Tints of Dark Cerulean #0A498B

Color information

#0A498B (or 0x0A498B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 49 and 8B. RGB value is (10,73,139). Sum of RGB (Red+Green+Blue) = 10+73+139=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A498B is #F5B674. Grayscale: #3D3D3D. Windows color (decimal): -16103029 or 9128202. OLE color: 9128202.

HSL color Cylindrical-coordinate representation of color #0A498B: hue angle of 210.7º 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 #0A498B is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1073139-
CMYK0.930.4700.45
HSL210.7º86.58%29.22%-
HSV(B)210.7º92.81%54.51%-
XYZ7.176.6925.34-
YUV61.69171.6391.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=4.50%
G=32.88%
B=62.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10731390.930.4700.45210.786.5829.22
HexA498B5D2F02Dd3571d
Octal121112131355705532312735
Binary10101001001100010111011101101111010110111010011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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