#154262

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

Shades of Regal Blue #154262

Tints of Regal Blue #154262

Color information

#154262 (or 0x154262) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 62. RGB value is (21,66,98). Sum of RGB (Red+Green+Blue) = 21+66+98=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #154262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154262 is #EABD9D. Grayscale: #383838. Windows color (decimal): -15383966 or 6439445. OLE color: 6439445.

HSL color Cylindrical-coordinate representation of color #154262: hue angle of 204.94º 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 #154262 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216698-
CMYK0.790.3300.62
HSL204.94º64.71%23.33%-
HSV(B)204.94º78.57%38.43%-
XYZ4.464.9412.27-
YUV56.19151.59102.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=11.35%
G=35.68%
B=52.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2166980.790.3300.62204.9464.7123.33
Hex1542624F2103Ecd4117
Octal251021421174107631510127
Binary10101100001011000101001111100001011111011001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154262; }

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

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

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

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

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

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

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

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