#103451

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

Shades of Regal Blue #103451

Tints of Regal Blue #103451

Color information

#103451 (or 0x103451) is unknown color: approx Regal Blue. HEX triplet: 10, 34 and 51. RGB value is (16,52,81). Sum of RGB (Red+Green+Blue) = 16+52+81=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #103451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103451 is #EFCBAE. Grayscale: #2C2C2C. Windows color (decimal): -15715247 or 5321744. OLE color: 5321744.

HSL color Cylindrical-coordinate representation of color #103451: hue angle of 206.77º 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 #103451 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB165281-
CMYK0.800.3600.68
HSL206.77º67.01%19.02%-
HSV(B)206.77º80.25%31.76%-
XYZ2.933.168.24-
YUV44.54148.57107.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=10.74%
G=34.90%
B=54.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1652810.800.3600.68206.7767.0119.02
Hex1034515024044cf4313
Octal206412112044010431710323
Binary10000110100101000110100001001000100010011001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103451; }

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

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

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

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

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

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

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

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