#153865

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

Shades of Regal Blue #153865

Tints of Regal Blue #153865

Color information

#153865 (or 0x153865) is unknown color: approx Regal Blue. HEX triplet: 15, 38 and 65. RGB value is (21,56,101). Sum of RGB (Red+Green+Blue) = 21+56+101=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #153865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153865 is #EAC79A. Grayscale: #323232. Windows color (decimal): -15386523 or 6633493. OLE color: 6633493.

HSL color Cylindrical-coordinate representation of color #153865: hue angle of 213.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153865 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2156101-
CMYK0.790.4500.60
HSL213.75º65.57%23.92%-
HSV(B)213.75º79.21%39.61%-
XYZ4.073.9312.86-
YUV50.66156.4106.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=11.80%
G=31.46%
B=56.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21561010.790.4500.60213.7565.5723.92
Hex1538654F2D03Cd64218
Octal25701451175507432610230
Binary1010111100011001011001111101101011110011010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153865; }

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

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

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

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

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

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

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

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