#154065

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

Shades of Regal Blue #154065

Tints of Regal Blue #154065

Color information

#154065 (or 0x154065) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 65. RGB value is (21,64,101). Sum of RGB (Red+Green+Blue) = 21+64+101=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #154065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154065 is #EABF9A. Grayscale: #373737. Windows color (decimal): -15384475 or 6635541. OLE color: 6635541.

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

Color convert

RGB2164101-
CMYK0.790.3700.60
HSL207.75º65.57%23.92%-
HSV(B)207.75º79.21%39.61%-
XYZ4.494.7713-
YUV55.36153.75103.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=11.29%
G=34.41%
B=54.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21641010.790.3700.60207.7565.5723.92
Hex1540654F2503Cd04218
Octal251001451174507432010230
Binary10101100000011001011001111100101011110011010000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154065; }

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

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

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

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

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

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

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

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