Html Css Color HEX #153554 Regal Blue

📋 copy color: '#153554'

red 21 ◦ green 53 ◦ blue 84

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

Shades of Regal Blue #153554

Tints of Regal Blue #153554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 13.29%
G = 33.54%
B = 53.16%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153554 (or 0x153554) is known color: Regal Blue. HEX triplet: 15, 35 and 54. RGB value is (21,53,84). Sum of RGB (Red+Green+Blue) = 21+53+84=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #153554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153554 is #EACAAB. Grayscale: #2E2E2E. Windows color (decimal): -15387308 or 5518613. OLE color: 5518613.

HSL color Cylindrical-coordinate representation of color #153554: hue angle of 209.52º 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 #153554 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 53 84 -
CMYK 0.75 0.37 0 0.67
HSL 209.52º 0.6% 0.21% -
HSV(B) 209.52º 0.75% 0.33% -
XYZ 3.18 3.35 8.87 -
YUV 46.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 21 53 84 0.75 0.37 0 0.67 209.52 0.6 0.21
Hex 15 35 54 4B 25 0 43 D2 3C 15
Octal 25 65 124 113 45 0 103 322 74 25
Binary 10101 110101 1010100 1001011 100101 0 1000011 11010010 111100 10101

Color Harmonies of #153554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153554

Black with #153554

Text Example


Text Example

White with #153554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153554; }

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

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

background-color css

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

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

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

border-color css

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

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

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