#103751

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

Shades of Regal Blue #103751

Tints of Regal Blue #103751

Color information

#103751 (or 0x103751) is unknown color: approx Regal Blue. HEX triplet: 10, 37 and 51. RGB value is (16,55,81). Sum of RGB (Red+Green+Blue) = 16+55+81=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #103751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103751 is #EFC8AE. Grayscale: #2E2E2E. Windows color (decimal): -15714479 or 5322512. OLE color: 5322512.

HSL color Cylindrical-coordinate representation of color #103751: hue angle of 204º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #103751 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB165581-
CMYK0.800.3200.68
HSL204º67.01%19.02%-
HSV(B)204º80.25%31.76%-
XYZ3.073.448.29-
YUV46.3147.58106.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=10.53%
G=36.18%
B=53.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1655810.800.3200.6820467.0119.02
Hex1037515020044cc4313
Octal206712112040010431410323
Binary10000110111101000110100001000000100010011001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103751; }

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

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

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

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

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

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

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

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