Html Css Color HEX #153151 Regal Blue

📋 copy color: '#153151'

red 21 ◦ green 49 ◦ blue 81

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

Shades of Regal Blue #153151

Tints of Regal Blue #153151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 53.64%

R = 13.91%
G = 32.45%
B = 53.64%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153151 (or 0x153151) is known color: Regal Blue. HEX triplet: 15, 31 and 51. RGB value is (21,49,81). Sum of RGB (Red+Green+Blue) = 21+49+81=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #153151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153151 is #EACEAE. Grayscale: #2C2C2C. Windows color (decimal): -15388335 or 5320981. OLE color: 5320981.

HSL color Cylindrical-coordinate representation of color #153151: hue angle of 212º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153151 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 49 81 -
CMYK 0.74 0.40 0 0.68
HSL 212º 0.59% 0.2% -
HSV(B) 212º 0.74% 0.32% -
XYZ 2.89 2.95 8.2 -
YUV 44.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 21 49 81 0.74 0.40 0 0.68 212 0.59 0.2
Hex 15 31 51 4A 28 0 44 D4 3B 14
Octal 25 61 121 112 50 0 104 324 73 24
Binary 10101 110001 1010001 1001010 101000 0 1000100 11010100 111011 10100

Color Harmonies of #153151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153151

Black with #153151

Text Example


Text Example

White with #153151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153151; }

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

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

background-color css

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

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

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

border-color css

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

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

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