#0A3D80

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

Shades of Dark Cerulean #0A3D80

Tints of Dark Cerulean #0A3D80

Color information

#0A3D80 (or 0x0A3D80) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3D and 80. RGB value is (10,61,128). Sum of RGB (Red+Green+Blue) = 10+61+128=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A3D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3D80 is #F5C27F. Grayscale: #353535. Windows color (decimal): -16106112 or 8404234. OLE color: 8404234.

HSL color Cylindrical-coordinate representation of color #0A3D80: hue angle of 214.07º 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 #0A3D80 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1061128-
CMYK0.920.5200.50
HSL214.07º85.51%27.06%-
HSV(B)214.07º92.19%50.2%-
XYZ5.694.9621.08-
YUV53.39170.197.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 128 (50.39% from 255) = 64.32%
R=5.03%
G=30.65%
B=64.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10611280.920.5200.50214.0785.5127.06
HexA3D805C34032d6561b
Octal12752001346406232612633
Binary1010111101100000001011100110100011001011010110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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