#154C67

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

Shades of Astronaut Blue #154C67

Tints of Astronaut Blue #154C67

Color information

#154C67 (or 0x154C67) is unknown color: approx Astronaut Blue. HEX triplet: 15, 4C and 67. RGB value is (21,76,103). Sum of RGB (Red+Green+Blue) = 21+76+103=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #154C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C67 is #EAB398. Grayscale: #3E3E3E. Windows color (decimal): -15381401 or 6769685. OLE color: 6769685.

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

Color convert

RGB2176103-
CMYK0.800.2600.60
HSL199.76º66.13%24.31%-
HSV(B)199.76º79.61%40.39%-
XYZ5.346.3113.77-
YUV62.63150.7898.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 103 (40.62% from 255) = 51.5%
R=10.5%
G=38%
B=51.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21761030.800.2600.60199.7666.1324.31
Hex154C67501A03Cc84218
Octal251141471203207431010230
Binary1010110011001100111101000011010011110011001000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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