Html Css Color HEX #153155 Regal Blue

📋 copy color: '#153155'

red 21 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #153155

Tints of Regal Blue #153155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 85 (33.59% from 255) = 54.84%

R = 13.55%
G = 31.61%
B = 54.84%

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

#153155 (or 0x153155) is known color: Regal Blue. HEX triplet: 15, 31 and 55. RGB value is (21,49,85). Sum of RGB (Red+Green+Blue) = 21+49+85=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #153155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153155 is #EACEAA. Grayscale: #2C2C2C. Windows color (decimal): -15388331 or 5583125. OLE color: 5583125.

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

Color convert

RGB 21 49 85 -
CMYK 0.75 0.42 0 0.67
HSL 213.75º 0.6% 0.21% -
HSV(B) 213.75º 0.75% 0.33% -
XYZ 3.05 3.01 9.02 -
YUV 44.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 21 49 85 0.75 0.42 0 0.67 213.75 0.6 0.21
Hex 15 31 55 4B 2A 0 43 D6 3C 15
Octal 25 61 125 113 52 0 103 326 74 25
Binary 10101 110001 1010101 1001011 101010 0 1000011 11010110 111100 10101

Color Harmonies of #153155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153155

Black with #153155

Text Example


Text Example

White with #153155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153155; }

 p { color: rgb(21,49,85); }

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

background-color css

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

 a { background-color: rgb(21,49,85); }

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

border-color css

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

 span { border-color: rgb(21,49,85); }

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