Html Css Color HEX #153B57 Regal Blue

📋 copy color: '#153B57'

red 21 ◦ green 59 ◦ blue 87

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

Shades of Regal Blue #153B57

Tints of Regal Blue #153B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 12.57%
G = 35.33%
B = 52.1%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153B57 (or 0x153B57) is known color: Regal Blue. HEX triplet: 15, 3B and 57. RGB value is (21,59,87). Sum of RGB (Red+Green+Blue) = 21+59+87=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #153B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B57 is #EAC4A8. Grayscale: #323232. Windows color (decimal): -15385769 or 5716757. OLE color: 5716757.

HSL color Cylindrical-coordinate representation of color #153B57: hue angle of 205.45º 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 #153B57 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 59 87 -
CMYK 0.76 0.32 0 0.66
HSL 205.45º 0.61% 0.21% -
HSV(B) 205.45º 0.76% 0.34% -
XYZ 3.59 3.98 9.59 -
YUV 50.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 21 59 87 0.76 0.32 0 0.66 205.45 0.61 0.21
Hex 15 3B 57 4C 20 0 42 CD 3D 15
Octal 25 73 127 114 40 0 102 315 75 25
Binary 10101 111011 1010111 1001100 100000 0 1000010 11001101 111101 10101

Color Harmonies of #153B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B57

Black with #153B57

Text Example


Text Example

White with #153B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,87); }

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

background-color css

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

 a { background-color: rgb(21,59,87); }

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

border-color css

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

 span { border-color: rgb(21,59,87); }

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