#153850

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

Shades of Regal Blue #153850

Tints of Regal Blue #153850

Color information

#153850 (or 0x153850) is unknown color: approx Regal Blue. HEX triplet: 15, 38 and 50. RGB value is (21,56,80). Sum of RGB (Red+Green+Blue) = 21+56+80=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #153850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153850 is #EAC7AF. Grayscale: #303030. Windows color (decimal): -15386544 or 5257237. OLE color: 5257237.

HSL color Cylindrical-coordinate representation of color #153850: hue angle of 204.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153850 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB215680-
CMYK0.740.3000.69
HSL204.41º58.42%19.8%-
HSV(B)204.41º73.75%31.37%-
XYZ3.173.578.11-
YUV48.27145.9108.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=13.38%
G=35.67%
B=50.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2156800.740.3000.69204.4158.4219.8
Hex1538504A1E045cc3a14
Octal25701201123601053147224
Binary101011110001010000100101011110010001011100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153850; }

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

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

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

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

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

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

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

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