#103A7C

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

Shades of Dark Cerulean #103A7C

Tints of Dark Cerulean #103A7C

Color information

#103A7C (or 0x103A7C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3A and 7C. RGB value is (16,58,124). Sum of RGB (Red+Green+Blue) = 16+58+124=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #103A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A7C is #EFC583. Grayscale: #343434. Windows color (decimal): -15713668 or 8141328. OLE color: 8141328.

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

Color convert

RGB1658124-
CMYK0.870.5300.51
HSL216.67º77.14%27.45%-
HSV(B)216.67º87.1%48.63%-
XYZ5.364.5919.67-
YUV52.97168.09101.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 124 (48.83% from 255) = 62.63%
R=8.08%
G=29.29%
B=62.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16581240.870.5300.51216.6777.1427.45
Hex103A7C5735033d94d1b
Octal20721741276506333111533
Binary1000011101011111001010111110101011001111011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,58,124); }

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

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

 a { background-color: rgb(16,58,124); }

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

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

 span { border-color: rgb(16,58,124); }

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