#154568

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

Shades of Astronaut Blue #154568

Tints of Astronaut Blue #154568

Color information

#154568 (or 0x154568) is unknown color: approx Astronaut Blue. HEX triplet: 15, 45 and 68. RGB value is (21,69,104). Sum of RGB (Red+Green+Blue) = 21+69+104=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #154568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154568 is #EABA97. Grayscale: #3A3A3A. Windows color (decimal): -15383192 or 6833429. OLE color: 6833429.

HSL color Cylindrical-coordinate representation of color #154568: hue angle of 205.3º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154568 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2169104-
CMYK0.800.3400.59
HSL205.3º66.4%24.51%-
HSV(B)205.3º79.81%40.78%-
XYZ4.945.4213.88-
YUV58.64153.6101.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=10.82%
G=35.57%
B=53.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21691040.800.3400.59205.366.424.51
Hex154568502203Bcd4219
Octal251051501204207331510231
Binary10101100010111010001010000100010011101111001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154568; }

 p { color: rgb(21,69,104); }

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

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

 a { background-color: rgb(21,69,104); }

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

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

 span { border-color: rgb(21,69,104); }

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