Html Css Color HEX #154E62 Astronaut Blue

📋 copy color: '#154E62'

red 21 ◦ green 78 ◦ blue 98

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

Shades of Astronaut Blue #154E62

Tints of Astronaut Blue #154E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49.75%

R = 10.66%
G = 39.59%
B = 49.75%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154E62 (or 0x154E62) is known color: Astronaut Blue. HEX triplet: 15, 4E and 62. RGB value is (21,78,98). Sum of RGB (Red+Green+Blue) = 21+78+98=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #154E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E62 is #EAB19D. Grayscale: #3F3F3F. Windows color (decimal): -15380894 or 6442517. OLE color: 6442517.

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

Color convert

RGB 21 78 98 -
CMYK 0.79 0.20 0 0.62
HSL 195.58º 0.65% 0.23% -
HSV(B) 195.58º 0.79% 0.38% -
XYZ 5.24 6.49 12.53 -
YUV 63.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 21 78 98 0.79 0.20 0 0.62 195.58 0.65 0.23
Hex 15 4E 62 4F 14 0 3E C4 41 17
Octal 25 116 142 117 24 0 76 304 101 27
Binary 10101 1001110 1100010 1001111 10100 0 111110 11000100 1000001 10111

Color Harmonies of #154E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154E62

Black with #154E62

Text Example


Text Example

White with #154E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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