#103C58

Color #103C58 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #103C58

Tints of Regal Blue #103C58

Color information

#103C58 (or 0x103C58) is unknown color: approx Regal Blue. HEX triplet: 10, 3C and 58. RGB value is (16,60,88). Sum of RGB (Red+Green+Blue) = 16+60+88=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #103C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C58 is #EFC3A7. Grayscale: #313131. Windows color (decimal): -15713192 or 5782544. OLE color: 5782544.

HSL color Cylindrical-coordinate representation of color #103C58: hue angle of 203.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103C58 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB166088-
CMYK0.820.3200.65
HSL203.33º69.23%20.39%-
HSV(B)203.33º81.82%34.51%-
XYZ3.594.059.82-
YUV50.04149.42103.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=9.76%
G=36.59%
B=53.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1660880.820.3200.65203.3369.2320.39
Hex103C585220041cb4514
Octal207413012240010131310524
Binary10000111100101100010100101000000100000111001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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