Html Css Color HEX #153960 Regal Blue

📋 copy color: '#153960'

red 21 ◦ green 57 ◦ blue 96

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

Shades of Regal Blue #153960

Tints of Regal Blue #153960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 12.07%
G = 32.76%
B = 55.17%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153960 (or 0x153960) is known color: Regal Blue. HEX triplet: 15, 39 and 60. RGB value is (21,57,96). Sum of RGB (Red+Green+Blue) = 21+57+96=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #153960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153960 is #EAC69F. Grayscale: #323232. Windows color (decimal): -15386272 or 6306069. OLE color: 6306069.

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

Color convert

RGB 21 57 96 -
CMYK 0.78 0.41 0 0.62
HSL 211.2º 0.64% 0.23% -
HSV(B) 211.2º 0.78% 0.38% -
XYZ 3.88 3.93 11.62 -
YUV 50.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 21 57 96 0.78 0.41 0 0.62 211.2 0.64 0.23
Hex 15 39 60 4E 29 0 3E D3 40 17
Octal 25 71 140 116 51 0 76 323 100 27
Binary 10101 111001 1100000 1001110 101001 0 111110 11010011 1000000 10111

Color Harmonies of #153960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153960

Black with #153960

Text Example


Text Example

White with #153960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153960; }

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

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

background-color css

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

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

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

border-color css

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

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

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