#153751

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

Shades of Regal Blue #153751

Tints of Regal Blue #153751

Color information

#153751 (or 0x153751) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 51. RGB value is (21,55,81). Sum of RGB (Red+Green+Blue) = 21+55+81=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #153751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153751 is #EAC8AE. Grayscale: #2F2F2F. Windows color (decimal): -15386799 or 5322517. OLE color: 5322517.

HSL color Cylindrical-coordinate representation of color #153751: hue angle of 206º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153751 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215581-
CMYK0.740.3200.68
HSL206º58.82%20%-
HSV(B)206º74.07%31.76%-
XYZ3.163.498.29-
YUV47.8146.74108.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=13.38%
G=35.03%
B=51.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2155810.740.3200.6820658.8220
Hex1537514A20044ce3b14
Octal25671211124001043167324
Binary1010111011110100011001010100000010001001100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153751; }

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

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

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

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

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

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

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

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