Html Css Color HEX #153660 Regal Blue

📋 copy color: '#153660'

red 21 ◦ green 54 ◦ blue 96

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

Shades of Regal Blue #153660

Tints of Regal Blue #153660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

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

R = 12.28%
G = 31.58%
B = 56.14%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153660 (or 0x153660) is known color: Regal Blue. HEX triplet: 15, 36 and 60. RGB value is (21,54,96). Sum of RGB (Red+Green+Blue) = 21+54+96=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #153660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153660 is #EAC99F. Grayscale: #303030. Windows color (decimal): -15387040 or 6305301. OLE color: 6305301.

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

Color convert

RGB 21 54 96 -
CMYK 0.78 0.44 0 0.62
HSL 213.6º 0.64% 0.23% -
HSV(B) 213.6º 0.78% 0.38% -
XYZ 3.74 3.64 11.57 -
YUV 48.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 21 54 96 0.78 0.44 0 0.62 213.6 0.64 0.23
Hex 15 36 60 4E 2C 0 3E D6 40 17
Octal 25 66 140 116 54 0 76 326 100 27
Binary 10101 110110 1100000 1001110 101100 0 111110 11010110 1000000 10111

Color Harmonies of #153660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153660

Black with #153660

Text Example


Text Example

White with #153660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153660; }

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

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

background-color css

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

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

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

border-color css

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

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

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