Html Css Color HEX #153452 Regal Blue

📋 copy color: '#153452'

red 21 ◦ green 52 ◦ blue 82

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

Shades of Regal Blue #153452

Tints of Regal Blue #153452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 13.55%
G = 33.55%
B = 52.9%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153452 (or 0x153452) is known color: Regal Blue. HEX triplet: 15, 34 and 52. RGB value is (21,52,82). Sum of RGB (Red+Green+Blue) = 21+52+82=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #153452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153452 is #EACBAD. Grayscale: #2E2E2E. Windows color (decimal): -15387566 or 5387285. OLE color: 5387285.

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

Color convert

RGB 21 52 82 -
CMYK 0.74 0.37 0 0.68
HSL 209.51º 0.59% 0.2% -
HSV(B) 209.51º 0.74% 0.32% -
XYZ 3.06 3.22 8.44 -
YUV 46.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 21 52 82 0.74 0.37 0 0.68 209.51 0.59 0.2
Hex 15 34 52 4A 25 0 44 D2 3B 14
Octal 25 64 122 112 45 0 104 322 73 24
Binary 10101 110100 1010010 1001010 100101 0 1000100 11010010 111011 10100

Color Harmonies of #153452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153452

Black with #153452

Text Example


Text Example

White with #153452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153452; }

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

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

background-color css

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

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

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

border-color css

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

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

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