#154465

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

Shades of Astronaut Blue #154465

Tints of Astronaut Blue #154465

Color information

#154465 (or 0x154465) is unknown color: approx Astronaut Blue. HEX triplet: 15, 44 and 65. RGB value is (21,68,101). Sum of RGB (Red+Green+Blue) = 21+68+101=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #154465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154465 is #EABB9A. Grayscale: #393939. Windows color (decimal): -15383451 or 6636565. OLE color: 6636565.

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

Color convert

RGB2168101-
CMYK0.790.3300.60
HSL204.75º65.57%23.92%-
HSV(B)204.75º79.21%39.61%-
XYZ4.735.2313.07-
YUV57.71152.43101.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=11.05%
G=35.79%
B=53.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21681010.790.3300.60204.7565.5723.92
Hex1544654F2103Ccd4218
Octal251041451174107431510230
Binary10101100010011001011001111100001011110011001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154465; }

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

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

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

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

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

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

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

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