Html Css Color HEX #154C60 Astronaut Blue

📋 copy color: '#154C60'

red 21 ◦ green 76 ◦ blue 96

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

Shades of Astronaut Blue #154C60

Tints of Astronaut Blue #154C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

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

R = 10.88%
G = 39.38%
B = 49.74%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154C60 (or 0x154C60) is known color: Astronaut Blue. HEX triplet: 15, 4C and 60. RGB value is (21,76,96). Sum of RGB (Red+Green+Blue) = 21+76+96=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #154C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C60 is #EAB39F. Grayscale: #3D3D3D. Windows color (decimal): -15381408 or 6310933. OLE color: 6310933.

HSL color Cylindrical-coordinate representation of color #154C60: hue angle of 196º 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 #154C60 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 76 96 -
CMYK 0.78 0.21 0 0.62
HSL 196º 0.64% 0.23% -
HSV(B) 196º 0.78% 0.38% -
XYZ 5.01 6.17 11.99 -
YUV 61.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 21 76 96 0.78 0.21 0 0.62 196 0.64 0.23
Hex 15 4C 60 4E 15 0 3E C4 40 17
Octal 25 114 140 116 25 0 76 304 100 27
Binary 10101 1001100 1100000 1001110 10101 0 111110 11000100 1000000 10111

Color Harmonies of #154C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C60

Black with #154C60

Text Example


Text Example

White with #154C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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