#154062

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

Shades of Regal Blue #154062

Tints of Regal Blue #154062

Color information

#154062 (or 0x154062) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 62. RGB value is (21,64,98). Sum of RGB (Red+Green+Blue) = 21+64+98=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #154062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154062 is #EABF9D. Grayscale: #363636. Windows color (decimal): -15384478 or 6438933. OLE color: 6438933.

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

Color convert

RGB216498-
CMYK0.790.3500.62
HSL206.49º64.71%23.33%-
HSV(B)206.49º78.57%38.43%-
XYZ4.354.7112.23-
YUV55.02152.25103.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=11.48%
G=34.97%
B=53.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2164980.790.3500.62206.4964.7123.33
Hex1540624F2303Ece4117
Octal251001421174307631610127
Binary10101100000011000101001111100011011111011001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154062; }

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

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

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

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

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

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

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

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