Html Css Color HEX #153560 Regal Blue

📋 copy color: '#153560'

red 21 ◦ green 53 ◦ blue 96

#153560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #153560

Tints of Regal Blue #153560

RGB

 RED value IS 21 (8.59% from 255) = 12.35%

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 12.35%
G = 31.18%
B = 56.47%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153560 (or 0x153560) is known color: Regal Blue. HEX triplet: 15, 35 and 60. RGB value is (21,53,96). Sum of RGB (Red+Green+Blue) = 21+53+96=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #153560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153560 is #EACA9F. Grayscale: #303030. Windows color (decimal): -15387296 or 6305045. OLE color: 6305045.

HSL color Cylindrical-coordinate representation of color #153560: hue angle of 214.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153560 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 53 96 -
CMYK 0.78 0.45 0 0.62
HSL 214.4º 0.64% 0.23% -
HSV(B) 214.4º 0.78% 0.38% -
XYZ 3.69 3.55 11.56 -
YUV 48.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 21 53 96 0.78 0.45 0 0.62 214.4 0.64 0.23
Hex 15 35 60 4E 2D 0 3E D6 40 17
Octal 25 65 140 116 55 0 76 326 100 27
Binary 10101 110101 1100000 1001110 101101 0 111110 11010110 1000000 10111

Color Harmonies of #153560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153560

Black with #153560

Text Example


Text Example

White with #153560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153560; }

 p { color: rgb(21,53,96); }

 H1.HeaderClassName
 {
   color: #153560;
 }
 .AnyTagClassName
 {
   color: #153560;
 }
</style>

background-color css

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

 a { background-color: rgb(21,53,96); }

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

border-color css

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

 span { border-color: rgb(21,53,96); }

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