Html Css Color HEX #153C60 Regal Blue

📋 copy color: '#153C60'

red 21 ◦ green 60 ◦ blue 96

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

Shades of Regal Blue #153C60

Tints of Regal Blue #153C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 11.86%
G = 33.9%
B = 54.24%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153C60 (or 0x153C60) is known color: Regal Blue. HEX triplet: 15, 3C and 60. RGB value is (21,60,96). Sum of RGB (Red+Green+Blue) = 21+60+96=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #153C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C60 is #EAC39F. Grayscale: #343434. Windows color (decimal): -15385504 or 6306837. OLE color: 6306837.

HSL color Cylindrical-coordinate representation of color #153C60: hue angle of 208.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153C60 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 60 96 -
CMYK 0.78 0.38 0 0.62
HSL 208.8º 0.64% 0.23% -
HSV(B) 208.8º 0.78% 0.38% -
XYZ 4.04 4.24 11.67 -
YUV 52.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 21 60 96 0.78 0.38 0 0.62 208.8 0.64 0.23
Hex 15 3C 60 4E 26 0 3E D1 40 17
Octal 25 74 140 116 46 0 76 321 100 27
Binary 10101 111100 1100000 1001110 100110 0 111110 11010001 1000000 10111

Color Harmonies of #153C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C60

Black with #153C60

Text Example


Text Example

White with #153C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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