#103355

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

Shades of Regal Blue #103355

Tints of Regal Blue #103355

Color information

#103355 (or 0x103355) is unknown color: approx Regal Blue. HEX triplet: 10, 33 and 55. RGB value is (16,51,85). Sum of RGB (Red+Green+Blue) = 16+51+85=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #103355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103355 is #EFCCAA. Grayscale: #2C2C2C. Windows color (decimal): -15715499 or 5583632. OLE color: 5583632.

HSL color Cylindrical-coordinate representation of color #103355: hue angle of 209.57º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103355 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB165185-
CMYK0.810.4000.67
HSL209.57º68.32%19.8%-
HSV(B)209.57º81.18%33.33%-
XYZ3.043.139.04-
YUV44.41150.9107.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=10.53%
G=33.55%
B=55.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1651850.810.4000.67209.5768.3219.8
Hex1033555128043d24414
Octal206312512150010332210424
Binary10000110011101010110100011010000100001111010010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103355; }

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

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

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

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

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

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

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

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