Html Css Color HEX #153861 Regal Blue

📋 copy color: '#153861'

red 21 ◦ green 56 ◦ blue 97

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

Shades of Regal Blue #153861

Tints of Regal Blue #153861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

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

R = 12.07%
G = 32.18%
B = 55.75%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153861 (or 0x153861) is known color: Regal Blue. HEX triplet: 15, 38 and 61. RGB value is (21,56,97). Sum of RGB (Red+Green+Blue) = 21+56+97=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #153861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153861 is #EAC79E. Grayscale: #323232. Windows color (decimal): -15386527 or 6371349. OLE color: 6371349.

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

Color convert

RGB 21 56 97 -
CMYK 0.78 0.42 0 0.62
HSL 212.37º 0.64% 0.23% -
HSV(B) 212.37º 0.78% 0.38% -
XYZ 3.88 3.85 11.85 -
YUV 50.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 21 56 97 0.78 0.42 0 0.62 212.37 0.64 0.23
Hex 15 38 61 4E 2A 0 3E D4 40 17
Octal 25 70 141 116 52 0 76 324 100 27
Binary 10101 111000 1100001 1001110 101010 0 111110 11010100 1000000 10111

Color Harmonies of #153861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153861

Black with #153861

Text Example


Text Example

White with #153861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153861; }

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

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

background-color css

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

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

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

border-color css

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

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

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