#103C84

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

Shades of Dark Cerulean #103C84

Tints of Dark Cerulean #103C84

Color information

#103C84 (or 0x103C84) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3C and 84. RGB value is (16,60,132). Sum of RGB (Red+Green+Blue) = 16+60+132=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #103C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C84 is #EFC37B. Grayscale: #363636. Windows color (decimal): -15713148 or 8666128. OLE color: 8666128.

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

Color convert

RGB1660132-
CMYK0.880.5500.48
HSL217.24º78.38%29.02%-
HSV(B)217.24º87.88%51.76%-
XYZ5.995.0122.48-
YUV55.05171.42100.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 132 (51.95% from 255) = 63.46%
R=7.69%
G=28.85%
B=63.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16601320.880.5500.48217.2478.3829.02
Hex103C845837030d94e1d
Octal20742041306706033111635
Binary10000111100100001001011000110111011000011011001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,60,132); }

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

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

 a { background-color: rgb(16,60,132); }

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

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

 span { border-color: rgb(16,60,132); }

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