Html Css Color HEX #153B60 Regal Blue

📋 copy color: '#153B60'

red 21 ◦ green 59 ◦ blue 96

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

Shades of Regal Blue #153B60

Tints of Regal Blue #153B60

RGB

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

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

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

R = 11.93%
G = 33.52%
B = 54.55%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153B60 (or 0x153B60) is known color: Regal Blue. HEX triplet: 15, 3B and 60. RGB value is (21,59,96). Sum of RGB (Red+Green+Blue) = 21+59+96=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #153B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B60 is #EAC49F. Grayscale: #333333. Windows color (decimal): -15385760 or 6306581. OLE color: 6306581.

HSL color Cylindrical-coordinate representation of color #153B60: hue angle of 209.6º 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 #153B60 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 59 96 -
CMYK 0.78 0.39 0 0.62
HSL 209.6º 0.64% 0.23% -
HSV(B) 209.6º 0.78% 0.38% -
XYZ 3.98 4.13 11.65 -
YUV 51.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 21 59 96 0.78 0.39 0 0.62 209.6 0.64 0.23
Hex 15 3B 60 4E 27 0 3E D2 40 17
Octal 25 73 140 116 47 0 76 322 100 27
Binary 10101 111011 1100000 1001110 100111 0 111110 11010010 1000000 10111

Color Harmonies of #153B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B60

Black with #153B60

Text Example


Text Example

White with #153B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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