#0A3477

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

Shades of Dark Cerulean #0A3477

Tints of Dark Cerulean #0A3477

Color information

#0A3477 (or 0x0A3477) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 34 and 77. RGB value is (10,52,119). Sum of RGB (Red+Green+Blue) = 10+52+119=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #0A3477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3477 is #F5CB88. Grayscale: #2E2E2E. Windows color (decimal): -16108425 or 7812106. OLE color: 7812106.

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

Color convert

RGB1052119-
CMYK0.920.5600.53
HSL216.88º84.5%25.29%-
HSV(B)216.88º91.6%46.67%-
XYZ4.683.8517.95-
YUV47.08168.59101.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=5.52%
G=28.73%
B=65.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10521190.920.5600.53216.8884.525.29
HexA34775C38035d95419
Octal12641671347006533112431
Binary101011010011101111011100111000011010111011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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