#0A4A68

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

Shades of Dark Cerulean #0A4A68

Tints of Dark Cerulean #0A4A68

Color information

#0A4A68 (or 0x0A4A68) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4A and 68. RGB value is (10,74,104). Sum of RGB (Red+Green+Blue) = 10+74+104=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A4A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A68 is #F5B597. Grayscale: #3A3A3A. Windows color (decimal): -16102808 or 6834698. OLE color: 6834698.

HSL color Cylindrical-coordinate representation of color #0A4A68: hue angle of 199.15º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4A68 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1074104-
CMYK0.900.2900.59
HSL199.15º82.46%22.35%-
HSV(B)199.15º90.38%40.78%-
XYZ5.075.9613.98-
YUV58.28153.893.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=5.32%
G=39.36%
B=55.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10741040.900.2900.59199.1582.4622.35
HexA4A685A1D03Bc75216
Octal121121501323507330712226
Binary101010010101101000101101011101011101111000111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,104); }

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

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

 a { background-color: rgb(10,74,104); }

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

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

 span { border-color: rgb(10,74,104); }

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