#154063

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

Shades of Regal Blue #154063

Tints of Regal Blue #154063

Color information

#154063 (or 0x154063) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 63. RGB value is (21,64,99). Sum of RGB (Red+Green+Blue) = 21+64+99=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #154063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154063 is #EABF9C. Grayscale: #363636. Windows color (decimal): -15384477 or 6504469. OLE color: 6504469.

HSL color Cylindrical-coordinate representation of color #154063: hue angle of 206.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154063 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB216499-
CMYK0.790.3500.61
HSL206.92º65%23.53%-
HSV(B)206.92º78.79%38.82%-
XYZ4.394.7312.49-
YUV55.13152.75103.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=11.41%
G=34.78%
B=53.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2164990.790.3500.61206.926523.53
Hex1540634F2303Dcf4118
Octal251001431174307531710130
Binary10101100000011000111001111100011011110111001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154063; }

 p { color: rgb(21,64,99); }

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

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

 a { background-color: rgb(21,64,99); }

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

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

 span { border-color: rgb(21,64,99); }

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