#154767

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

Shades of Astronaut Blue #154767

Tints of Astronaut Blue #154767

Color information

#154767 (or 0x154767) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 67. RGB value is (21,71,103). Sum of RGB (Red+Green+Blue) = 21+71+103=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #154767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154767 is #EAB898. Grayscale: #3B3B3B. Windows color (decimal): -15382681 or 6768405. OLE color: 6768405.

HSL color Cylindrical-coordinate representation of color #154767: hue angle of 203.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154767 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2171103-
CMYK0.800.3100.60
HSL203.41º66.13%24.31%-
HSV(B)203.41º79.61%40.39%-
XYZ5.015.6513.66-
YUV59.7152.44100.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=10.77%
G=36.41%
B=52.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21711030.800.3100.60203.4166.1324.31
Hex154767501F03Ccb4218
Octal251071471203707431310230
Binary1010110001111100111101000011111011110011001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154767; }

 p { color: rgb(21,71,103); }

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

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

 a { background-color: rgb(21,71,103); }

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

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

 span { border-color: rgb(21,71,103); }

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