#153851

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

Shades of Regal Blue #153851

Tints of Regal Blue #153851

Color information

#153851 (or 0x153851) is unknown color: approx Regal Blue. HEX triplet: 15, 38 and 51. RGB value is (21,56,81). Sum of RGB (Red+Green+Blue) = 21+56+81=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #153851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153851 is #EAC7AE. Grayscale: #303030. Windows color (decimal): -15386543 or 5322773. OLE color: 5322773.

HSL color Cylindrical-coordinate representation of color #153851: hue angle of 205º 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 #153851 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215681-
CMYK0.740.3100.68
HSL205º58.82%20%-
HSV(B)205º74.07%31.76%-
XYZ3.213.588.31-
YUV48.38146.4108.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=13.29%
G=35.44%
B=51.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2156810.740.3100.6820558.8220
Hex1538514A1F044cd3b14
Octal25701211123701043157324
Binary101011110001010001100101011111010001001100110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153851; }

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

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

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

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

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

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

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

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