Html Css Color HEX #153054 Regal Blue

📋 copy color: '#153054'

red 21 ◦ green 48 ◦ blue 84

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

Shades of Regal Blue #153054

Tints of Regal Blue #153054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 13.73%
G = 31.37%
B = 54.9%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153054 (or 0x153054) is known color: Regal Blue. HEX triplet: 15, 30 and 54. RGB value is (21,48,84). Sum of RGB (Red+Green+Blue) = 21+48+84=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #153054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153054 is #EACFAB. Grayscale: #2B2B2B. Windows color (decimal): -15388588 or 5517333. OLE color: 5517333.

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

Color convert

RGB 21 48 84 -
CMYK 0.75 0.43 0 0.67
HSL 214.29º 0.6% 0.21% -
HSV(B) 214.29º 0.75% 0.33% -
XYZ 2.97 2.91 8.79 -
YUV 44.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 21 48 84 0.75 0.43 0 0.67 214.29 0.6 0.21
Hex 15 30 54 4B 2B 0 43 D6 3C 15
Octal 25 60 124 113 53 0 103 326 74 25
Binary 10101 110000 1010100 1001011 101011 0 1000011 11010110 111100 10101

Color Harmonies of #153054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153054

Black with #153054

Text Example


Text Example

White with #153054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153054; }

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

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

background-color css

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

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

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

border-color css

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

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

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