#0A3577

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

Shades of Dark Cerulean #0A3577

Tints of Dark Cerulean #0A3577

Color information

#0A3577 (or 0x0A3577) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 35 and 77. RGB value is (10,53,119). Sum of RGB (Red+Green+Blue) = 10+53+119=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A3577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3577 is #F5CA88. Grayscale: #2F2F2F. Windows color (decimal): -16108169 or 7812362. OLE color: 7812362.

HSL color Cylindrical-coordinate representation of color #0A3577: hue angle of 216.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3577 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1053119-
CMYK0.920.5500.53
HSL216.33º84.5%25.29%-
HSV(B)216.33º91.6%46.67%-
XYZ4.733.9417.96-
YUV47.67168.25101.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 119 (46.88% from 255) = 65.38%
R=5.49%
G=29.12%
B=65.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10531190.920.5500.53216.3384.525.29
HexA35775C37035d85419
Octal12651671346706533012431
Binary101011010111101111011100110111011010111011000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,53,119); }

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

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

 a { background-color: rgb(10,53,119); }

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

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

 span { border-color: rgb(10,53,119); }

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