#103C5C

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

Shades of Regal Blue #103C5C

Tints of Regal Blue #103C5C

Color information

#103C5C (or 0x103C5C) is unknown color: approx Regal Blue. HEX triplet: 10, 3C and 5C. RGB value is (16,60,92). Sum of RGB (Red+Green+Blue) = 16+60+92=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #103C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C5C is #EFC3A3. Grayscale: #323232. Windows color (decimal): -15713188 or 6044688. OLE color: 6044688.

HSL color Cylindrical-coordinate representation of color #103C5C: hue angle of 205.26º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103C5C is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB166092-
CMYK0.830.3500.64
HSL205.26º70.37%21.18%-
HSV(B)205.26º82.61%36.08%-
XYZ3.764.1110.72-
YUV50.49151.42103.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.52%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=9.52%
G=35.71%
B=54.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1660920.830.3500.64205.2670.3721.18
Hex103C5C5323040cd4615
Octal207413412343010031510625
Binary10000111100101110010100111000110100000011001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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