#154867

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

Shades of Astronaut Blue #154867

Tints of Astronaut Blue #154867

Color information

#154867 (or 0x154867) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 67. RGB value is (21,72,103). Sum of RGB (Red+Green+Blue) = 21+72+103=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #154867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154867 is #EAB798. Grayscale: #3C3C3C. Windows color (decimal): -15382425 or 6768661. OLE color: 6768661.

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

Color convert

RGB2172103-
CMYK0.800.3000.60
HSL202.68º66.13%24.31%-
HSV(B)202.68º79.61%40.39%-
XYZ5.075.7713.68-
YUV60.28152.199.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=10.71%
G=36.73%
B=52.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21721030.800.3000.60202.6866.1324.31
Hex154867501E03Ccb4218
Octal251101471203607431310230
Binary1010110010001100111101000011110011110011001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154867; }

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

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

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

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

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

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

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

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