Html Css Color HEX #154E63 Astronaut Blue

📋 copy color: '#154E63'

red 21 ◦ green 78 ◦ blue 99

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

Shades of Astronaut Blue #154E63

Tints of Astronaut Blue #154E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.39%

 BLUE value IS 99 (39.06% from 255) = 50%

R = 10.61%
G = 39.39%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#154E63 (or 0x154E63) is known color: Astronaut Blue. HEX triplet: 15, 4E and 63. RGB value is (21,78,99). Sum of RGB (Red+Green+Blue) = 21+78+99=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #154E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E63 is #EAB19C. Grayscale: #3F3F3F. Windows color (decimal): -15380893 or 6508053. OLE color: 6508053.

HSL color Cylindrical-coordinate representation of color #154E63: hue angle of 196.15º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154E63 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 78 99 -
CMYK 0.79 0.21 0 0.61
HSL 196.15º 0.65% 0.24% -
HSV(B) 196.15º 0.79% 0.39% -
XYZ 5.29 6.51 12.78 -
YUV 63.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 21 78 99 0.79 0.21 0 0.61 196.15 0.65 0.24
Hex 15 4E 63 4F 15 0 3D C4 41 18
Octal 25 116 143 117 25 0 75 304 101 30
Binary 10101 1001110 1100011 1001111 10101 0 111101 11000100 1000001 11000

Color Harmonies of #154E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154E63

Black with #154E63

Text Example


Text Example

White with #154E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,99); }

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

background-color css

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

 a { background-color: rgb(21,78,99); }

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

border-color css

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

 span { border-color: rgb(21,78,99); }

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