Html Css Color HEX #154560 Astronaut Blue

📋 copy color: '#154560'

red 21 ◦ green 69 ◦ blue 96

#154560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #154560

Tints of Astronaut Blue #154560

RGB

 RED value IS 21 (8.59% from 255) = 11.29%

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 11.29%
G = 37.1%
B = 51.61%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154560 (or 0x154560) is known color: Astronaut Blue. HEX triplet: 15, 45 and 60. RGB value is (21,69,96). Sum of RGB (Red+Green+Blue) = 21+69+96=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #154560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154560 is #EABA9F. Grayscale: #393939. Windows color (decimal): -15383200 or 6309141. OLE color: 6309141.

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

Color convert

RGB 21 69 96 -
CMYK 0.78 0.28 0 0.62
HSL 201.6º 0.64% 0.23% -
HSV(B) 201.6º 0.78% 0.38% -
XYZ 4.55 5.26 11.84 -
YUV 57.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 21 69 96 0.78 0.28 0 0.62 201.6 0.64 0.23
Hex 15 45 60 4E 1C 0 3E CA 40 17
Octal 25 105 140 116 34 0 76 312 100 27
Binary 10101 1000101 1100000 1001110 11100 0 111110 11001010 1000000 10111

Color Harmonies of #154560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154560

Black with #154560

Text Example


Text Example

White with #154560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154560; }

 p { color: rgb(21,69,96); }

 H1.HeaderClassName
 {
   color: #154560;
 }
 .AnyTagClassName
 {
   color: #154560;
 }
</style>

background-color css

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

 a { background-color: rgb(21,69,96); }

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

border-color css

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

 span { border-color: rgb(21,69,96); }

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