Html Css Color HEX #153052 Regal Blue

📋 copy color: '#153052'

red 21 ◦ green 48 ◦ blue 82

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

Shades of Regal Blue #153052

Tints of Regal Blue #153052

RGB

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

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

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

R = 13.91%
G = 31.79%
B = 54.3%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153052 (or 0x153052) is known color: Regal Blue. HEX triplet: 15, 30 and 52. RGB value is (21,48,82). Sum of RGB (Red+Green+Blue) = 21+48+82=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #153052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153052 is #EACFAD. Grayscale: #2B2B2B. Windows color (decimal): -15388590 or 5386261. OLE color: 5386261.

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

Color convert

RGB 21 48 82 -
CMYK 0.74 0.41 0 0.68
HSL 213.44º 0.59% 0.2% -
HSV(B) 213.44º 0.74% 0.32% -
XYZ 2.89 2.88 8.39 -
YUV 43.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 21 48 82 0.74 0.41 0 0.68 213.44 0.59 0.2
Hex 15 30 52 4A 29 0 44 D5 3B 14
Octal 25 60 122 112 51 0 104 325 73 24
Binary 10101 110000 1010010 1001010 101001 0 1000100 11010101 111011 10100

Color Harmonies of #153052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153052

Black with #153052

Text Example


Text Example

White with #153052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153052; }

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

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

background-color css

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

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

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

border-color css

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

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

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