#154B68

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

Shades of Astronaut Blue #154B68

Tints of Astronaut Blue #154B68

Color information

#154B68 (or 0x154B68) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4B and 68. RGB value is (21,75,104). Sum of RGB (Red+Green+Blue) = 21+75+104=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #154B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B68 is #EAB497. Grayscale: #3D3D3D. Windows color (decimal): -15381656 or 6834965. OLE color: 6834965.

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

Color convert

RGB2175104-
CMYK0.800.2800.59
HSL200.96º66.4%24.51%-
HSV(B)200.96º79.81%40.78%-
XYZ5.326.1914.01-
YUV62.16151.6198.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 52%
R=10.5%
G=37.5%
B=52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21751040.800.2800.59200.9666.424.51
Hex154B68501C03Bc94219
Octal251131501203407331110231
Binary1010110010111101000101000011100011101111001001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154B68; }

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

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

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

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

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

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

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

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