Html Css Color HEX #153F59 Regal Blue

📋 copy color: '#153F59'

red 21 ◦ green 63 ◦ blue 89

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

Shades of Regal Blue #153F59

Tints of Regal Blue #153F59

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 89 (35.16% from 255) = 51.45%

R = 12.14%
G = 36.42%
B = 51.45%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#153F59 (or 0x153F59) is known color: Regal Blue. HEX triplet: 15, 3F and 59. RGB value is (21,63,89). Sum of RGB (Red+Green+Blue) = 21+63+89=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #153F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F59 is #EAC0A6. Grayscale: #353535. Windows color (decimal): -15384743 or 5848853. OLE color: 5848853.

HSL color Cylindrical-coordinate representation of color #153F59: hue angle of 202.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153F59 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 63 89 -
CMYK 0.76 0.29 0 0.65
HSL 202.94º 0.62% 0.22% -
HSV(B) 202.94º 0.76% 0.35% -
XYZ 3.89 4.44 10.1 -
YUV 53.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 21 63 89 0.76 0.29 0 0.65 202.94 0.62 0.22
Hex 15 3F 59 4C 1D 0 41 CB 3E 16
Octal 25 77 131 114 35 0 101 313 76 26
Binary 10101 111111 1011001 1001100 11101 0 1000001 11001011 111110 10110

Color Harmonies of #153F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F59

Black with #153F59

Text Example


Text Example

White with #153F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,89); }

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

background-color css

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

 a { background-color: rgb(21,63,89); }

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

border-color css

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

 span { border-color: rgb(21,63,89); }

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