#103758

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

Shades of Regal Blue #103758

Tints of Regal Blue #103758

Color information

#103758 (or 0x103758) is unknown color: approx Regal Blue. HEX triplet: 10, 37 and 58. RGB value is (16,55,88). Sum of RGB (Red+Green+Blue) = 16+55+88=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #103758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103758 is #EFC8A7. Grayscale: #2E2E2E. Windows color (decimal): -15714472 or 5781264. OLE color: 5781264.

HSL color Cylindrical-coordinate representation of color #103758: hue angle of 207.5º 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 #103758 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB165588-
CMYK0.820.3800.65
HSL207.5º69.23%20.39%-
HSV(B)207.5º81.82%34.51%-
XYZ3.343.559.74-
YUV47.1151.08105.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=10.06%
G=34.59%
B=55.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1655880.820.3800.65207.569.2320.39
Hex1037585226041d04514
Octal206713012246010132010524
Binary10000110111101100010100101001100100000111010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103758; }

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

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

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

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

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

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

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

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