Html Css Color HEX #153661 Regal Blue

📋 copy color: '#153661'

red 21 ◦ green 54 ◦ blue 97

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

Shades of Regal Blue #153661

Tints of Regal Blue #153661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 12.21%
G = 31.4%
B = 56.4%

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

#153661 (or 0x153661) is known color: Regal Blue. HEX triplet: 15, 36 and 61. RGB value is (21,54,97). Sum of RGB (Red+Green+Blue) = 21+54+97=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #153661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153661 is #EAC99E. Grayscale: #303030. Windows color (decimal): -15387039 or 6370837. OLE color: 6370837.

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

Color convert

RGB 21 54 97 -
CMYK 0.78 0.44 0 0.62
HSL 213.95º 0.64% 0.23% -
HSV(B) 213.95º 0.78% 0.38% -
XYZ 3.79 3.66 11.82 -
YUV 49.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 21 54 97 0.78 0.44 0 0.62 213.95 0.64 0.23
Hex 15 36 61 4E 2C 0 3E D6 40 17
Octal 25 66 141 116 54 0 76 326 100 27
Binary 10101 110110 1100001 1001110 101100 0 111110 11010110 1000000 10111

Color Harmonies of #153661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153661

Black with #153661

Text Example


Text Example

White with #153661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153661; }

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

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

background-color css

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

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

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

border-color css

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

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

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