#103357

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

Shades of Regal Blue #103357

Tints of Regal Blue #103357

Color information

#103357 (or 0x103357) is unknown color: approx Regal Blue. HEX triplet: 10, 33 and 57. RGB value is (16,51,87). Sum of RGB (Red+Green+Blue) = 16+51+87=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #103357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103357 is #EFCCA8. Grayscale: #2C2C2C. Windows color (decimal): -15715497 or 5714704. OLE color: 5714704.

HSL color Cylindrical-coordinate representation of color #103357: hue angle of 210.42º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #103357 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB165187-
CMYK0.820.4100.66
HSL210.42º68.93%20.2%-
HSV(B)210.42º81.61%34.12%-
XYZ3.123.179.46-
YUV44.64151.9107.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=10.39%
G=33.12%
B=56.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1651870.820.4100.66210.4268.9320.2
Hex1033575229042d24514
Octal206312712251010232210524
Binary10000110011101011110100101010010100001011010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103357; }

 p { color: rgb(16,51,87); }

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

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

 a { background-color: rgb(16,51,87); }

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

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

 span { border-color: rgb(16,51,87); }

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