#153866

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

Shades of Regal Blue #153866

Tints of Regal Blue #153866

Color information

#153866 (or 0x153866) is unknown color: approx Regal Blue. HEX triplet: 15, 38 and 66. RGB value is (21,56,102). Sum of RGB (Red+Green+Blue) = 21+56+102=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #153866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153866 is #EAC799. Grayscale: #323232. Windows color (decimal): -15386522 or 6699029. OLE color: 6699029.

HSL color Cylindrical-coordinate representation of color #153866: hue angle of 214.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153866 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2156102-
CMYK0.790.4500.6
HSL214.07º65.85%24.12%-
HSV(B)214.07º79.41%40%-
XYZ4.123.9513.11-
YUV50.78156.9106.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=11.73%
G=31.28%
B=56.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21561020.790.4500.6214.0765.8524.12
Hex1538664F2D03Cd64218
Octal25701461175507432610230
Binary1010111100011001101001111101101011110011010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153866; }

 p { color: rgb(21,56,102); }

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

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

 a { background-color: rgb(21,56,102); }

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

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

 span { border-color: rgb(21,56,102); }

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