#154866

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

Shades of Astronaut Blue #154866

Tints of Astronaut Blue #154866

Color information

#154866 (or 0x154866) is unknown color: approx Astronaut Blue. HEX triplet: 15, 48 and 66. RGB value is (21,72,102). Sum of RGB (Red+Green+Blue) = 21+72+102=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #154866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154866 is #EAB799. Grayscale: #3B3B3B. Windows color (decimal): -15382426 or 6703125. OLE color: 6703125.

HSL color Cylindrical-coordinate representation of color #154866: hue angle of 202.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154866 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2172102-
CMYK0.790.2900.6
HSL202.22º65.85%24.12%-
HSV(B)202.22º79.41%40%-
XYZ5.025.7513.42-
YUV60.17151.6100.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=10.77%
G=36.92%
B=52.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21721020.790.2900.6202.2265.8524.12
Hex1548664F1D03Cca4218
Octal251101461173507431210230
Binary1010110010001100110100111111101011110011001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154866; }

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

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

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

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

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

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

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

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