#153761

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

Shades of Regal Blue #153761

Tints of Regal Blue #153761

Color information

#153761 (or 0x153761) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 61. RGB value is (21,55,97). Sum of RGB (Red+Green+Blue) = 21+55+97=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #153761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153761 is #EAC89E. Grayscale: #313131. Windows color (decimal): -15386783 or 6371093. OLE color: 6371093.

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

Color convert

RGB215597-
CMYK0.780.4300.62
HSL213.16º64.41%23.14%-
HSV(B)213.16º78.35%38.04%-
XYZ3.833.7511.83-
YUV49.62154.74107.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=12.14%
G=31.79%
B=56.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2155970.780.4300.62213.1664.4123.14
Hex1537614E2B03Ed54017
Octal25671411165307632510027
Binary1010111011111000011001110101011011111011010101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153761; }

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

 H1.HeaderClassName
 {
   color: #153761;
 }
 .AnyTagClassName
 {
   color: #153761;
 }
</style>
background-color css

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

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

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

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

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

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