Html Css Color HEX #153152 Regal Blue

📋 copy color: '#153152'

red 21 ◦ green 49 ◦ blue 82

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

Shades of Regal Blue #153152

Tints of Regal Blue #153152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 13.82%
G = 32.24%
B = 53.95%

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

#153152 (or 0x153152) is known color: Regal Blue. HEX triplet: 15, 31 and 52. RGB value is (21,49,82). Sum of RGB (Red+Green+Blue) = 21+49+82=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #153152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153152 is #EACEAD. Grayscale: #2C2C2C. Windows color (decimal): -15388334 or 5386517. OLE color: 5386517.

HSL color Cylindrical-coordinate representation of color #153152: hue angle of 212.46º 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 #153152 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 49 82 -
CMYK 0.74 0.40 0 0.68
HSL 212.46º 0.59% 0.2% -
HSV(B) 212.46º 0.74% 0.32% -
XYZ 2.93 2.97 8.4 -
YUV 44.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 21 49 82 0.74 0.40 0 0.68 212.46 0.59 0.2
Hex 15 31 52 4A 28 0 44 D4 3B 14
Octal 25 61 122 112 50 0 104 324 73 24
Binary 10101 110001 1010010 1001010 101000 0 1000100 11010100 111011 10100

Color Harmonies of #153152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153152

Black with #153152

Text Example


Text Example

White with #153152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153152; }

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

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

background-color css

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

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

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

border-color css

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

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

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