Html Css Color HEX #153C59 Regal Blue

📋 copy color: '#153C59'

red 21 ◦ green 60 ◦ blue 89

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

Shades of Regal Blue #153C59

Tints of Regal Blue #153C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.29%

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

R = 12.35%
G = 35.29%
B = 52.35%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#153C59 (or 0x153C59) is known color: Regal Blue. HEX triplet: 15, 3C and 59. RGB value is (21,60,89). Sum of RGB (Red+Green+Blue) = 21+60+89=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #153C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C59 is #EAC3A6. Grayscale: #333333. Windows color (decimal): -15385511 or 5848085. OLE color: 5848085.

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

Color convert

RGB 21 60 89 -
CMYK 0.76 0.33 0 0.65
HSL 205.59º 0.62% 0.22% -
HSV(B) 205.59º 0.76% 0.35% -
XYZ 3.73 4.11 10.05 -
YUV 51.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 21 60 89 0.76 0.33 0 0.65 205.59 0.62 0.22
Hex 15 3C 59 4C 21 0 41 CE 3E 16
Octal 25 74 131 114 41 0 101 316 76 26
Binary 10101 111100 1011001 1001100 100001 0 1000001 11001110 111110 10110

Color Harmonies of #153C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C59

Black with #153C59

Text Example


Text Example

White with #153C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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