Html Css Color HEX #153053 Regal Blue

📋 copy color: '#153053'

red 21 ◦ green 48 ◦ blue 83

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

Shades of Regal Blue #153053

Tints of Regal Blue #153053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.61%

R = 13.82%
G = 31.58%
B = 54.61%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153053 (or 0x153053) is known color: Regal Blue. HEX triplet: 15, 30 and 53. RGB value is (21,48,83). Sum of RGB (Red+Green+Blue) = 21+48+83=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #153053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153053 is #EACFAC. Grayscale: #2B2B2B. Windows color (decimal): -15388589 or 5451797. OLE color: 5451797.

HSL color Cylindrical-coordinate representation of color #153053: hue angle of 213.87º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153053 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 48 83 -
CMYK 0.75 0.42 0 0.67
HSL 213.87º 0.6% 0.2% -
HSV(B) 213.87º 0.75% 0.33% -
XYZ 2.93 2.9 8.59 -
YUV 43.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 21 48 83 0.75 0.42 0 0.67 213.87 0.6 0.2
Hex 15 30 53 4B 2A 0 43 D6 3C 14
Octal 25 60 123 113 52 0 103 326 74 24
Binary 10101 110000 1010011 1001011 101010 0 1000011 11010110 111100 10100

Color Harmonies of #153053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153053

Black with #153053

Text Example


Text Example

White with #153053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153053; }

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

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

background-color css

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

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

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

border-color css

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

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

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