#153861

Color #153861 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #153861

Tints of Regal Blue #153861

Color information

#153861 (or 0x153861) is unknown color: approx 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

RGB215697-
CMYK0.780.4200.62
HSL212.37º64.41%23.14%-
HSV(B)212.37º78.35%38.04%-
XYZ3.883.8511.85-
YUV50.21154.4107.17-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2156970.780.4200.62212.3764.4123.14
Hex1538614E2A03Ed44017
Octal25701411165207632410027
Binary1010111100011000011001110101010011111011010100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>