#103A75

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

Shades of Dark Cerulean #103A75

Tints of Dark Cerulean #103A75

Color information

#103A75 (or 0x103A75) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3A and 75. RGB value is (16,58,117). Sum of RGB (Red+Green+Blue) = 16+58+117=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #103A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A75 is #EFC58A. Grayscale: #333333. Windows color (decimal): -15713675 or 7682576. OLE color: 7682576.

HSL color Cylindrical-coordinate representation of color #103A75: hue angle of 215.05º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103A75 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1658117-
CMYK0.860.5000.54
HSL215.05º75.94%26.08%-
HSV(B)215.05º86.32%45.88%-
XYZ4.944.4217.42-
YUV52.17164.59102.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=8.38%
G=30.37%
B=61.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16581170.860.5000.54215.0575.9426.08
Hex103A755632036d74c1a
Octal20721651266206632711432
Binary1000011101011101011010110110010011011011010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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