#103457

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

Shades of Regal Blue #103457

Tints of Regal Blue #103457

Color information

#103457 (or 0x103457) is unknown color: approx Regal Blue. HEX triplet: 10, 34 and 57. RGB value is (16,52,87). Sum of RGB (Red+Green+Blue) = 16+52+87=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #103457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103457 is #EFCBA8. Grayscale: #2D2D2D. Windows color (decimal): -15715241 or 5714960. OLE color: 5714960.

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

Color convert

RGB165287-
CMYK0.820.4000.66
HSL209.58º68.93%20.2%-
HSV(B)209.58º81.61%34.12%-
XYZ3.163.259.48-
YUV45.23151.57107.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=10.32%
G=33.55%
B=56.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1652870.820.4000.66209.5868.9320.2
Hex1034575228042d24514
Octal206412712250010232210524
Binary10000110100101011110100101010000100001011010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103457; }

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

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

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

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

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

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

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

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