#154359

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

Shades of Astronaut Blue #154359

Tints of Astronaut Blue #154359

Color information

#154359 (or 0x154359) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 59. RGB value is (21,67,89). Sum of RGB (Red+Green+Blue) = 21+67+89=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #154359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154359 is #EABCA6. Grayscale: #373737. Windows color (decimal): -15383719 or 5849877. OLE color: 5849877.

HSL color Cylindrical-coordinate representation of color #154359: hue angle of 199.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154359 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216789-
CMYK0.760.2500.65
HSL199.41º61.82%21.57%-
HSV(B)199.41º76.4%34.9%-
XYZ4.124.910.18-
YUV55.75146.76103.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=11.86%
G=37.85%
B=50.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2167890.760.2500.65199.4161.8221.57
Hex1543594C19041c73e16
Octal251031311143101013077626
Binary1010110000111011001100110011001010000011100011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154359; }

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

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

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

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

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

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

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

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