#102f53

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

Shades of Regal Blue #102F53

Tints of Regal Blue #102F53

Color information

#102F53 (or 0x102F53) is unknown color: approx Regal Blue. HEX triplet: 10, 2F and 53. RGB value is (16,47,83). Sum of RGB (Red+Green+Blue) = 16+47+83=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #102F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F53 is #EFD0AC. Grayscale: #292929. Windows color (decimal): -15716525 or 5451536. OLE color: 5451536.

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

Color convert

RGB164783-
CMYK0.810.4300.67
HSL212.24º67.68%19.41%-
HSV(B)212.24º80.72%32.55%-
XYZ2.792.778.57-
YUV41.83151.23109.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=10.96%
G=32.19%
B=56.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1647830.810.4300.67212.2467.6819.41
Hex102F53512B043d44413
Octal205712312153010332410423
Binary10000101111101001110100011010110100001111010100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102f53; }

 p { color: rgb(16,47,83); }

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

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

 a { background-color: rgb(16,47,83); }

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

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

 span { border-color: rgb(16,47,83); }

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