#0A3B75

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

Shades of Dark Cerulean #0A3B75

Tints of Dark Cerulean #0A3B75

Color information

#0A3B75 (or 0x0A3B75) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3B and 75. RGB value is (10,59,117). Sum of RGB (Red+Green+Blue) = 10+59+117=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3B75 is #F5C48A. Grayscale: #323232. Windows color (decimal): -16106635 or 7682826. OLE color: 7682826.

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

Color convert

RGB1059117-
CMYK0.910.5000.54
HSL212.52º84.25%24.9%-
HSV(B)212.52º91.45%45.88%-
XYZ4.94.4817.44-
YUV50.96165.2798.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=5.38%
G=31.72%
B=62.90%

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
Decimal10591170.910.5000.54212.5284.2524.9
HexA3B755B32036d55419
Octal12731651336206632512431
Binary101011101111101011011011110010011011011010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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