#103984

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

Shades of Dark Cerulean #103984

Tints of Dark Cerulean #103984

Color information

#103984 (or 0x103984) is unknown color: approx Dark Cerulean. HEX triplet: 10, 39 and 84. RGB value is (16,57,132). Sum of RGB (Red+Green+Blue) = 16+57+132=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #103984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103984 is #EFC67B. Grayscale: #343434. Windows color (decimal): -15713916 or 8665360. OLE color: 8665360.

HSL color Cylindrical-coordinate representation of color #103984: hue angle of 218.79º 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 #103984 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1657132-
CMYK0.880.5700.48
HSL218.79º78.38%29.02%-
HSV(B)218.79º87.88%51.76%-
XYZ5.844.722.43-
YUV53.29172.42101.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=7.80%
G=27.80%
B=64.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16571320.880.5700.48218.7978.3829.02
Hex1039845839030db4e1d
Octal20712041307106033311635
Binary10000111001100001001011000111001011000011011011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103984; }

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

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

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

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

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

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

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

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