#153856

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

Shades of Regal Blue #153856

Tints of Regal Blue #153856

Color information

#153856 (or 0x153856) is unknown color: approx Regal Blue. HEX triplet: 15, 38 and 56. RGB value is (21,56,86). Sum of RGB (Red+Green+Blue) = 21+56+86=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #153856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153856 is #EAC7A9. Grayscale: #303030. Windows color (decimal): -15386538 or 5650453. OLE color: 5650453.

HSL color Cylindrical-coordinate representation of color #153856: hue angle of 207.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153856 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB215686-
CMYK0.760.3500.66
HSL207.69º60.75%20.98%-
HSV(B)207.69º75.58%33.73%-
XYZ3.43.669.33-
YUV48.96148.9108.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 86 (33.98% from 255) = 52.76%
R=12.88%
G=34.36%
B=52.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2156860.760.3500.66207.6960.7520.98
Hex1538564C23042d03d15
Octal25701261144301023207525
Binary1010111100010101101001100100011010000101101000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153856; }

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

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

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

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

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

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

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

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