#0A5A8B

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

Shades of Dark Cerulean #0A5A8B

Tints of Dark Cerulean #0A5A8B

Color information

#0A5A8B (or 0x0A5A8B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 5A and 8B. RGB value is (10,90,139). Sum of RGB (Red+Green+Blue) = 10+90+139=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A5A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5A8B is #F5A574. Grayscale: #474747. Windows color (decimal): -16098677 or 9132554. OLE color: 9132554.

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

Color convert

RGB1090139-
CMYK0.930.3500.45
HSL202.79º86.58%29.22%-
HSV(B)202.79º92.81%54.51%-
XYZ8.449.2425.76-
YUV71.6716684.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=4.18%
G=37.66%
B=58.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10901390.930.3500.45202.7986.5829.22
HexA5A8B5D2302Dcb571d
Octal121322131354305531312735
Binary10101011010100010111011101100011010110111001011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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