Html Css Color HEX #153556 Regal Blue

📋 copy color: '#153556'

red 21 ◦ green 53 ◦ blue 86

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

Shades of Regal Blue #153556

Tints of Regal Blue #153556

RGB

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

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

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

R = 13.13%
G = 33.13%
B = 53.75%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153556 (or 0x153556) is known color: Regal Blue. HEX triplet: 15, 35 and 56. RGB value is (21,53,86). Sum of RGB (Red+Green+Blue) = 21+53+86=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #153556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153556 is #EACAA9. Grayscale: #2F2F2F. Windows color (decimal): -15387306 or 5649685. OLE color: 5649685.

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

Color convert

RGB 21 53 86 -
CMYK 0.76 0.38 0 0.66
HSL 210.46º 0.61% 0.21% -
HSV(B) 210.46º 0.76% 0.34% -
XYZ 3.26 3.38 9.28 -
YUV 47.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 21 53 86 0.76 0.38 0 0.66 210.46 0.61 0.21
Hex 15 35 56 4C 26 0 42 D2 3D 15
Octal 25 65 126 114 46 0 102 322 75 25
Binary 10101 110101 1010110 1001100 100110 0 1000010 11010010 111101 10101

Color Harmonies of #153556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153556

Black with #153556

Text Example


Text Example

White with #153556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153556; }

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

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

background-color css

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

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

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

border-color css

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

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

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