#154265

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

Shades of Regal Blue #154265

Tints of Regal Blue #154265

Color information

#154265 (or 0x154265) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 65. RGB value is (21,66,101). Sum of RGB (Red+Green+Blue) = 21+66+101=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #154265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154265 is #EABD9A. Grayscale: #383838. Windows color (decimal): -15383963 or 6636053. OLE color: 6636053.

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

Color convert

RGB2166101-
CMYK0.790.3500.60
HSL206.25º65.57%23.92%-
HSV(B)206.25º79.21%39.61%-
XYZ4.61513.03-
YUV56.54153.09102.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=11.17%
G=35.11%
B=53.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21661010.790.3500.60206.2565.5723.92
Hex1542654F2303Cce4218
Octal251021451174307431610230
Binary10101100001011001011001111100011011110011001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154265; }

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

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

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

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

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

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

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

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