#0A4768

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

Shades of Dark Cerulean #0A4768

Tints of Dark Cerulean #0A4768

Color information

#0A4768 (or 0x0A4768) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 68. RGB value is (10,71,104). Sum of RGB (Red+Green+Blue) = 10+71+104=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A4768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4768 is #F5B897. Grayscale: #383838. Windows color (decimal): -16103576 or 6833930. OLE color: 6833930.

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

Color convert

RGB1071104-
CMYK0.900.3200.59
HSL201.06º82.46%22.35%-
HSV(B)201.06º90.38%40.78%-
XYZ4.885.5713.91-
YUV56.52154.7994.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=5.41%
G=38.38%
B=56.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10711040.900.3200.59201.0682.4622.35
HexA47685A2003Bc95216
Octal121071501324007331112226
Binary1010100011111010001011010100000011101111001001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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