#0A486B

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

Shades of Dark Cerulean #0A486B

Tints of Dark Cerulean #0A486B

Color information

#0A486B (or 0x0A486B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 48 and 6B. RGB value is (10,72,107). Sum of RGB (Red+Green+Blue) = 10+72+107=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A486B is #F5B794. Grayscale: #393939. Windows color (decimal): -16103317 or 7030794. OLE color: 7030794.

HSL color Cylindrical-coordinate representation of color #0A486B: hue angle of 201.65º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A486B is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1072107-
CMYK0.910.3300.58
HSL201.65º82.91%22.94%-
HSV(B)201.65º90.65%41.96%-
XYZ5.15.7614.75-
YUV57.45155.9694.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=5.29%
G=38.10%
B=56.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10721070.910.3300.58201.6582.9122.94
HexA486B5B2103Aca5317
Octal121101531334107231212327
Binary1010100100011010111011011100001011101011001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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