#103A7A

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

Shades of Dark Cerulean #103A7A

Tints of Dark Cerulean #103A7A

Color information

#103A7A (or 0x103A7A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3A and 7A. RGB value is (16,58,122). Sum of RGB (Red+Green+Blue) = 16+58+122=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #103A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A7A is #EFC585. Grayscale: #343434. Windows color (decimal): -15713670 or 8010256. OLE color: 8010256.

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

Color convert

RGB1658122-
CMYK0.870.5200.52
HSL216.23º76.81%27.06%-
HSV(B)216.23º86.89%47.84%-
XYZ5.244.5419.01-
YUV52.74167.09101.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.16%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=8.16%
G=29.59%
B=62.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16581220.870.5200.52216.2376.8127.06
Hex103A7A5734034d84d1b
Octal20721721276406433011533
Binary1000011101011110101010111110100011010011011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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