Html Css Color HEX #153D52 Regal Blue

📋 copy color: '#153D52'

red 21 ◦ green 61 ◦ blue 82

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

Shades of Regal Blue #153D52

Tints of Regal Blue #153D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.2%

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

R = 12.8%
G = 37.2%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153D52 (or 0x153D52) is known color: Regal Blue. HEX triplet: 15, 3D and 52. RGB value is (21,61,82). Sum of RGB (Red+Green+Blue) = 21+61+82=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #153D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D52 is #EAC2AD. Grayscale: #333333. Windows color (decimal): -15385262 or 5389589. OLE color: 5389589.

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

Color convert

RGB 21 61 82 -
CMYK 0.74 0.26 0 0.68
HSL 200.66º 0.59% 0.2% -
HSV(B) 200.66º 0.74% 0.32% -
XYZ 3.5 4.11 8.59 -
YUV 51.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 21 61 82 0.74 0.26 0 0.68 200.66 0.59 0.2
Hex 15 3D 52 4A 1A 0 44 C9 3B 14
Octal 25 75 122 112 32 0 104 311 73 24
Binary 10101 111101 1010010 1001010 11010 0 1000100 11001001 111011 10100

Color Harmonies of #153D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D52

Black with #153D52

Text Example


Text Example

White with #153D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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