#103456

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

Shades of Regal Blue #103456

Tints of Regal Blue #103456

Color information

#103456 (or 0x103456) is unknown color: approx Regal Blue. HEX triplet: 10, 34 and 56. RGB value is (16,52,86). Sum of RGB (Red+Green+Blue) = 16+52+86=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #103456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103456 is #EFCBA9. Grayscale: #2C2C2C. Windows color (decimal): -15715242 or 5649424. OLE color: 5649424.

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

Color convert

RGB165286-
CMYK0.810.4000.66
HSL209.14º68.63%20%-
HSV(B)209.14º81.4%33.73%-
XYZ3.123.249.26-
YUV45.11151.07107.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=10.39%
G=33.77%
B=55.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1652860.810.4000.66209.1468.6320
Hex1034565128042d14514
Octal206412612150010232110524
Binary10000110100101011010100011010000100001011010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103456; }

 p { color: rgb(16,52,86); }

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

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

 a { background-color: rgb(16,52,86); }

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

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

 span { border-color: rgb(16,52,86); }

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