Html Css Color HEX #153553 Regal Blue

📋 copy color: '#153553'

red 21 ◦ green 53 ◦ blue 83

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

Shades of Regal Blue #153553

Tints of Regal Blue #153553

RGB

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

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

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

R = 13.38%
G = 33.76%
B = 52.87%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153553 (or 0x153553) is known color: Regal Blue. HEX triplet: 15, 35 and 53. RGB value is (21,53,83). Sum of RGB (Red+Green+Blue) = 21+53+83=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #153553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153553 is #EACAAC. Grayscale: #2E2E2E. Windows color (decimal): -15387309 or 5453077. OLE color: 5453077.

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

Color convert

RGB 21 53 83 -
CMYK 0.75 0.36 0 0.67
HSL 209.03º 0.6% 0.2% -
HSV(B) 209.03º 0.75% 0.33% -
XYZ 3.14 3.33 8.66 -
YUV 46.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 21 53 83 0.75 0.36 0 0.67 209.03 0.6 0.2
Hex 15 35 53 4B 24 0 43 D1 3C 14
Octal 25 65 123 113 44 0 103 321 74 24
Binary 10101 110101 1010011 1001011 100100 0 1000011 11010001 111100 10100

Color Harmonies of #153553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153553

Black with #153553

Text Example


Text Example

White with #153553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153553; }

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

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

background-color css

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

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

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

border-color css

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

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

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