#103C79

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

Shades of Dark Cerulean #103C79

Tints of Dark Cerulean #103C79

Color information

#103C79 (or 0x103C79) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3C and 79. RGB value is (16,60,121). Sum of RGB (Red+Green+Blue) = 16+60+121=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #103C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C79 is #EFC386. Grayscale: #353535. Windows color (decimal): -15713159 or 7945232. OLE color: 7945232.

HSL color Cylindrical-coordinate representation of color #103C79: hue angle of 214.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103C79 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1660121-
CMYK0.870.5000.53
HSL214.86º76.64%26.86%-
HSV(B)214.86º86.78%47.45%-
XYZ5.284.7218.72-
YUV53.8165.92101.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=8.12%
G=30.46%
B=61.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16601210.870.5000.53214.8676.6426.86
Hex103C795732035d74d1b
Octal20741711276206532711533
Binary1000011110011110011010111110010011010111010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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