#154768

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

Shades of Astronaut Blue #154768

Tints of Astronaut Blue #154768

Color information

#154768 (or 0x154768) is unknown color: approx Astronaut Blue. HEX triplet: 15, 47 and 68. RGB value is (21,71,104). Sum of RGB (Red+Green+Blue) = 21+71+104=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #154768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154768 is #EAB897. Grayscale: #3B3B3B. Windows color (decimal): -15382680 or 6833941. OLE color: 6833941.

HSL color Cylindrical-coordinate representation of color #154768: hue angle of 203.86º 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 #154768 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2171104-
CMYK0.800.3200.59
HSL203.86º66.4%24.51%-
HSV(B)203.86º79.81%40.78%-
XYZ5.065.6713.92-
YUV59.81152.94100.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=10.71%
G=36.22%
B=53.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21711040.800.3200.59203.8666.424.51
Hex154768502003Bcc4219
Octal251071501204007331410231
Binary10101100011111010001010000100000011101111001100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154768; }

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

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

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

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

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

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

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

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