#0A3A75

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

Shades of Dark Cerulean #0A3A75

Tints of Dark Cerulean #0A3A75

Color information

#0A3A75 (or 0x0A3A75) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3A and 75. RGB value is (10,58,117). Sum of RGB (Red+Green+Blue) = 10+58+117=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A75 is #F5C58A. Grayscale: #323232. Windows color (decimal): -16106891 or 7682570. OLE color: 7682570.

HSL color Cylindrical-coordinate representation of color #0A3A75: hue angle of 213.08º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A3A75 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1058117-
CMYK0.910.5000.54
HSL213.08º84.25%24.9%-
HSV(B)213.08º91.45%45.88%-
XYZ4.854.3717.42-
YUV50.37165.699.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=5.41%
G=31.35%
B=63.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10581170.910.5000.54213.0884.2524.9
HexA3A755B32036d55419
Octal12721651336206632512431
Binary101011101011101011011011110010011011011010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,117); }

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

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

 a { background-color: rgb(10,58,117); }

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

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

 span { border-color: rgb(10,58,117); }

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