#0A3680

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

Shades of Dark Cerulean #0A3680

Tints of Dark Cerulean #0A3680

Color information

#0A3680 (or 0x0A3680) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 36 and 80. RGB value is (10,54,128). Sum of RGB (Red+Green+Blue) = 10+54+128=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A3680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3680 is #F5C97F. Grayscale: #303030. Windows color (decimal): -16107904 or 8402442. OLE color: 8402442.

HSL color Cylindrical-coordinate representation of color #0A3680: hue angle of 217.63º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3680 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1054128-
CMYK0.920.5800.50
HSL217.63º85.51%27.06%-
HSV(B)217.63º92.19%50.2%-
XYZ5.344.2620.96-
YUV49.28172.4299.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.21%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 128 (50.39% from 255) = 66.67%
R=5.21%
G=28.12%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10541280.920.5800.50217.6385.5127.06
HexA36805C3A032da561b
Octal12662001347206233212633
Binary1010110110100000001011100111010011001011011010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,54,128); }

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

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

 a { background-color: rgb(10,54,128); }

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

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

 span { border-color: rgb(10,54,128); }

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