#154362

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

Shades of Astronaut Blue #154362

Tints of Astronaut Blue #154362

Color information

#154362 (or 0x154362) is unknown color: approx Astronaut Blue. HEX triplet: 15, 43 and 62. RGB value is (21,67,98). Sum of RGB (Red+Green+Blue) = 21+67+98=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #154362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154362 is #EABC9D. Grayscale: #383838. Windows color (decimal): -15383710 or 6439701. OLE color: 6439701.

HSL color Cylindrical-coordinate representation of color #154362: hue angle of 204.16º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154362 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216798-
CMYK0.790.3200.62
HSL204.16º64.71%23.33%-
HSV(B)204.16º78.57%38.43%-
XYZ4.525.0612.29-
YUV56.78151.26102.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=11.29%
G=36.02%
B=52.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2167980.790.3200.62204.1664.7123.33
Hex1543624F2003Ecc4117
Octal251031421174007631410127
Binary10101100001111000101001111100000011111011001100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154362; }

 p { color: rgb(21,67,98); }

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

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

 a { background-color: rgb(21,67,98); }

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

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

 span { border-color: rgb(21,67,98); }

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