#103B5C

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

Shades of Regal Blue #103B5C

Tints of Regal Blue #103B5C

Color information

#103B5C (or 0x103B5C) is unknown color: approx Regal Blue. HEX triplet: 10, 3B and 5C. RGB value is (16,59,92). Sum of RGB (Red+Green+Blue) = 16+59+92=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #103B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B5C is #EFC4A3. Grayscale: #313131. Windows color (decimal): -15713444 or 6044432. OLE color: 6044432.

HSL color Cylindrical-coordinate representation of color #103B5C: hue angle of 206.05º 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 #103B5C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB165992-
CMYK0.830.3600.64
HSL206.05º70.37%21.18%-
HSV(B)206.05º82.61%36.08%-
XYZ3.714.0110.7-
YUV49.9151.75103.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.58%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=9.58%
G=35.33%
B=55.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1659920.830.3600.64206.0570.3721.18
Hex103B5C5324040ce4615
Octal207313412344010031610625
Binary10000111011101110010100111001000100000011001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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