Html Css Color HEX #153256 Regal Blue

📋 copy color: '#153256'

red 21 ◦ green 50 ◦ blue 86

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

Shades of Regal Blue #153256

Tints of Regal Blue #153256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 13.38%
G = 31.85%
B = 54.78%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153256 (or 0x153256) is known color: Regal Blue. HEX triplet: 15, 32 and 56. RGB value is (21,50,86). Sum of RGB (Red+Green+Blue) = 21+50+86=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #153256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153256 is #EACDA9. Grayscale: #2D2D2D. Windows color (decimal): -15388074 or 5648917. OLE color: 5648917.

HSL color Cylindrical-coordinate representation of color #153256: hue angle of 213.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153256 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 50 86 -
CMYK 0.76 0.42 0 0.66
HSL 213.23º 0.61% 0.21% -
HSV(B) 213.23º 0.76% 0.34% -
XYZ 3.13 3.11 9.24 -
YUV 45.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 21 50 86 0.76 0.42 0 0.66 213.23 0.61 0.21
Hex 15 32 56 4C 2A 0 42 D5 3D 15
Octal 25 62 126 114 52 0 102 325 75 25
Binary 10101 110010 1010110 1001100 101010 0 1000010 11010101 111101 10101

Color Harmonies of #153256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153256

Black with #153256

Text Example


Text Example

White with #153256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153256; }

 p { color: rgb(21,50,86); }

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

background-color css

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

 a { background-color: rgb(21,50,86); }

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

border-color css

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

 span { border-color: rgb(21,50,86); }

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