#0A3F75

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

Shades of Dark Cerulean #0A3F75

Tints of Dark Cerulean #0A3F75

Color information

#0A3F75 (or 0x0A3F75) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3F and 75. RGB value is (10,63,117). Sum of RGB (Red+Green+Blue) = 10+63+117=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F75 is #F5C08A. Grayscale: #353535. Windows color (decimal): -16105611 or 7683850. OLE color: 7683850.

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

Color convert

RGB1063117-
CMYK0.910.4600.54
HSL210.28º84.25%24.9%-
HSV(B)210.28º91.45%45.88%-
XYZ5.114.917.51-
YUV53.31163.9497.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=5.26%
G=33.16%
B=61.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10631170.910.4600.54210.2884.2524.9
HexA3F755B2E036d25419
Octal12771651335606632212431
Binary101011111111101011011011101110011011011010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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