Html Css Color HEX #153D57 Regal Blue

📋 copy color: '#153D57'

red 21 ◦ green 61 ◦ blue 87

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

Shades of Regal Blue #153D57

Tints of Regal Blue #153D57

RGB

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

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

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

R = 12.43%
G = 36.09%
B = 51.48%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153D57 (or 0x153D57) is known color: Regal Blue. HEX triplet: 15, 3D and 57. RGB value is (21,61,87). Sum of RGB (Red+Green+Blue) = 21+61+87=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #153D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D57 is #EAC2A8. Grayscale: #333333. Windows color (decimal): -15385257 or 5717269. OLE color: 5717269.

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

Color convert

RGB 21 61 87 -
CMYK 0.76 0.30 0 0.66
HSL 203.64º 0.61% 0.21% -
HSV(B) 203.64º 0.76% 0.34% -
XYZ 3.7 4.19 9.63 -
YUV 52 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 21 61 87 0.76 0.30 0 0.66 203.64 0.61 0.21
Hex 15 3D 57 4C 1E 0 42 CC 3D 15
Octal 25 75 127 114 36 0 102 314 75 25
Binary 10101 111101 1010111 1001100 11110 0 1000010 11001100 111101 10101

Color Harmonies of #153D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D57

Black with #153D57

Text Example


Text Example

White with #153D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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