#0A4C68

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

Shades of Dark Cerulean #0A4C68

Tints of Dark Cerulean #0A4C68

Color information

#0A4C68 (or 0x0A4C68) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4C and 68. RGB value is (10,76,104). Sum of RGB (Red+Green+Blue) = 10+76+104=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A4C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4C68 is #F5B397. Grayscale: #3B3B3B. Windows color (decimal): -16102296 or 6835210. OLE color: 6835210.

HSL color Cylindrical-coordinate representation of color #0A4C68: hue angle of 197.87º 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 #0A4C68 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1076104-
CMYK0.900.2700.59
HSL197.87º82.46%22.35%-
HSV(B)197.87º90.38%40.78%-
XYZ5.216.2314.03-
YUV59.46153.1392.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=5.26%
G=40%
B=54.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10761040.900.2700.59197.8782.4622.35
HexA4C685A1B03Bc65216
Octal121141501323307330612226
Binary101010011001101000101101011011011101111000110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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