#103F82

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

Shades of Dark Cerulean #103F82

Tints of Dark Cerulean #103F82

Color information

#103F82 (or 0x103F82) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3F and 82. RGB value is (16,63,130). Sum of RGB (Red+Green+Blue) = 16+63+130=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #103F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F82 is #EFC07D. Grayscale: #383838. Windows color (decimal): -15712382 or 8535824. OLE color: 8535824.

HSL color Cylindrical-coordinate representation of color #103F82: hue angle of 215.26º 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 #103F82 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1663130-
CMYK0.880.5200.49
HSL215.26º78.08%28.63%-
HSV(B)215.26º87.69%50.98%-
XYZ6.025.2821.82-
YUV56.58169.4399.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=7.66%
G=30.14%
B=62.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16631300.880.5200.49215.2678.0828.63
Hex103F825834031d74e1d
Octal20772021306406132711635
Binary10000111111100000101011000110100011000111010111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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