#153955

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

Shades of Regal Blue #153955

Tints of Regal Blue #153955

Color information

#153955 (or 0x153955) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 55. RGB value is (21,57,85). Sum of RGB (Red+Green+Blue) = 21+57+85=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #153955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153955 is #EAC6AA. Grayscale: #313131. Windows color (decimal): -15386283 or 5585173. OLE color: 5585173.

HSL color Cylindrical-coordinate representation of color #153955: hue angle of 206.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153955 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215785-
CMYK0.750.3300.67
HSL206.25º60.38%20.78%-
HSV(B)206.25º75.29%33.33%-
XYZ3.413.749.14-
YUV49.43148.07107.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=12.88%
G=34.97%
B=52.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2157850.750.3300.67206.2560.3820.78
Hex1539554B21043ce3c15
Octal25711251134101033167425
Binary1010111100110101011001011100001010000111100111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153955; }

 p { color: rgb(21,57,85); }

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

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

 a { background-color: rgb(21,57,85); }

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

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

 span { border-color: rgb(21,57,85); }

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