#0A4D6D

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

Shades of Dark Cerulean #0A4D6D

Tints of Dark Cerulean #0A4D6D

Color information

#0A4D6D (or 0x0A4D6D) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4D and 6D. RGB value is (10,77,109). Sum of RGB (Red+Green+Blue) = 10+77+109=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A4D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4D6D is #F5B292. Grayscale: #3C3C3C. Windows color (decimal): -16102035 or 7163146. OLE color: 7163146.

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

Color convert

RGB1077109-
CMYK0.910.2900.57
HSL199.39º83.19%23.33%-
HSV(B)199.39º90.83%42.75%-
XYZ5.546.4815.43-
YUV60.62155.391.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=5.10%
G=39.29%
B=55.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10771090.910.2900.57199.3983.1923.33
HexA4D6D5B1D039c75317
Octal121151551333507130712327
Binary101010011011101101101101111101011100111000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,77,109); }

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

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

 a { background-color: rgb(10,77,109); }

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

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

 span { border-color: rgb(10,77,109); }

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