Html Css Color HEX #153961 Regal Blue

📋 copy color: '#153961'

red 21 ◦ green 57 ◦ blue 97

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

Shades of Regal Blue #153961

Tints of Regal Blue #153961

RGB

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

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

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

R = 12%
G = 32.57%
B = 55.43%

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

#153961 (or 0x153961) is known color: Regal Blue. HEX triplet: 15, 39 and 61. RGB value is (21,57,97). Sum of RGB (Red+Green+Blue) = 21+57+97=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #153961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153961 is #EAC69E. Grayscale: #323232. Windows color (decimal): -15386271 or 6371605. OLE color: 6371605.

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

Color convert

RGB 21 57 97 -
CMYK 0.78 0.41 0 0.62
HSL 211.58º 0.64% 0.23% -
HSV(B) 211.58º 0.78% 0.38% -
XYZ 3.93 3.95 11.86 -
YUV 50.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 21 57 97 0.78 0.41 0 0.62 211.58 0.64 0.23
Hex 15 39 61 4E 29 0 3E D4 40 17
Octal 25 71 141 116 51 0 76 324 100 27
Binary 10101 111001 1100001 1001110 101001 0 111110 11010100 1000000 10111

Color Harmonies of #153961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153961

Black with #153961

Text Example


Text Example

White with #153961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153961; }

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

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

background-color css

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

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

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

border-color css

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

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

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