#103782

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

Shades of Dark Cerulean #103782

Tints of Dark Cerulean #103782

Color information

#103782 (or 0x103782) is unknown color: approx Dark Cerulean. HEX triplet: 10, 37 and 82. RGB value is (16,55,130). Sum of RGB (Red+Green+Blue) = 16+55+130=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #103782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103782 is #EFC87D. Grayscale: #333333. Windows color (decimal): -15714430 or 8533776. OLE color: 8533776.

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

Color convert

RGB1655130-
CMYK0.880.5800.49
HSL219.47º78.08%28.63%-
HSV(B)219.47º87.69%50.98%-
XYZ5.614.4521.68-
YUV51.89172.08102.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=7.96%
G=27.36%
B=64.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16551300.880.5800.49219.4778.0828.63
Hex103782583A031db4e1d
Octal20672021307206133311635
Binary10000110111100000101011000111010011000111011011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103782; }

 p { color: rgb(16,55,130); }

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

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

 a { background-color: rgb(16,55,130); }

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

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

 span { border-color: rgb(16,55,130); }

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