#103C7A

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

Shades of Dark Cerulean #103C7A

Tints of Dark Cerulean #103C7A

Color information

#103C7A (or 0x103C7A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3C and 7A. RGB value is (16,60,122). Sum of RGB (Red+Green+Blue) = 16+60+122=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #103C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C7A is #EFC385. Grayscale: #353535. Windows color (decimal): -15713158 or 8010768. OLE color: 8010768.

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

Color convert

RGB1660122-
CMYK0.870.5100.52
HSL215.09º76.81%27.06%-
HSV(B)215.09º86.89%47.84%-
XYZ5.344.7519.05-
YUV53.91166.42100.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=8.08%
G=30.30%
B=61.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16601220.870.5100.52215.0976.8127.06
Hex103C7A5733034d74d1b
Octal20741721276306432711533
Binary1000011110011110101010111110011011010011010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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