Html Css Color HEX #153156 Regal Blue

📋 copy color: '#153156'

red 21 ◦ green 49 ◦ blue 86

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

Shades of Regal Blue #153156

Tints of Regal Blue #153156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 86 (33.98% from 255) = 55.13%

R = 13.46%
G = 31.41%
B = 55.13%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153156 (or 0x153156) is known color: Regal Blue. HEX triplet: 15, 31 and 56. RGB value is (21,49,86). Sum of RGB (Red+Green+Blue) = 21+49+86=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #153156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153156 is #EACEA9. Grayscale: #2C2C2C. Windows color (decimal): -15388330 or 5648661. OLE color: 5648661.

HSL color Cylindrical-coordinate representation of color #153156: hue angle of 214.15º 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 #153156 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 49 86 -
CMYK 0.76 0.43 0 0.66
HSL 214.15º 0.61% 0.21% -
HSV(B) 214.15º 0.76% 0.34% -
XYZ 3.09 3.03 9.23 -
YUV 44.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 21 49 86 0.76 0.43 0 0.66 214.15 0.61 0.21
Hex 15 31 56 4C 2B 0 42 D6 3D 15
Octal 25 61 126 114 53 0 102 326 75 25
Binary 10101 110001 1010110 1001100 101011 0 1000010 11010110 111101 10101

Color Harmonies of #153156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153156

Black with #153156

Text Example


Text Example

White with #153156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153156; }

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

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

background-color css

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

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

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

border-color css

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

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

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