#154360

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

Shades of Astronaut Blue #154360

Tints of Astronaut Blue #154360

Color information

#154360 (or 0x154360) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 60. RGB value is (21,67,96). Sum of RGB (Red+Green+Blue) = 21+67+96=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #154360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154360 is #EABC9F. Grayscale: #383838. Windows color (decimal): -15383712 or 6308629. OLE color: 6308629.

HSL color Cylindrical-coordinate representation of color #154360: hue angle of 203.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154360 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216796-
CMYK0.780.3000.62
HSL203.2º64.1%22.94%-
HSV(B)203.2º78.12%37.65%-
XYZ4.435.0211.8-
YUV56.55150.26102.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=11.41%
G=36.41%
B=52.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2167960.780.3000.62203.264.122.94
Hex1543604E1E03Ecb4017
Octal251031401163607631310027
Binary1010110000111100000100111011110011111011001011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154360; }

 p { color: rgb(21,67,96); }

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

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

 a { background-color: rgb(21,67,96); }

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

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

 span { border-color: rgb(21,67,96); }

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