#103A81

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

Shades of Dark Cerulean #103A81

Tints of Dark Cerulean #103A81

Color information

#103A81 (or 0x103A81) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3A and 81. RGB value is (16,58,129). Sum of RGB (Red+Green+Blue) = 16+58+129=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #103A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103A81 is #EFC57E. Grayscale: #353535. Windows color (decimal): -15713663 or 8469008. OLE color: 8469008.

HSL color Cylindrical-coordinate representation of color #103A81: hue angle of 217.7º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103A81 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1658129-
CMYK0.880.5500.49
HSL217.7º77.93%28.43%-
HSV(B)217.7º87.6%50.59%-
XYZ5.694.7221.38-
YUV53.54170.59101.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 63.55%
R=7.88%
G=28.57%
B=63.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16581290.880.5500.49217.777.9328.43
Hex103A815837031da4e1c
Octal20722011306706133211634
Binary10000111010100000011011000110111011000111011010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A81; }

 p { color: rgb(16,58,129); }

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

<style>
 a { background-color: #103A81; }

 a { background-color: rgb(16,58,129); }

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

<style>
 span { border-color: #103A81; }

 span { border-color: rgb(16,58,129); }

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