Html Css Color HEX #154F62 Astronaut Blue

📋 copy color: '#154F62'

red 21 ◦ green 79 ◦ blue 98

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

Shades of Astronaut Blue #154F62

Tints of Astronaut Blue #154F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 10.61%
G = 39.9%
B = 49.49%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154F62 (or 0x154F62) is known color: Astronaut Blue. HEX triplet: 15, 4F and 62. RGB value is (21,79,98). Sum of RGB (Red+Green+Blue) = 21+79+98=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #154F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F62 is #EAB09D. Grayscale: #3F3F3F. Windows color (decimal): -15380638 or 6442773. OLE color: 6442773.

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

Color convert

RGB 21 79 98 -
CMYK 0.79 0.19 0 0.62
HSL 194.81º 0.65% 0.23% -
HSV(B) 194.81º 0.79% 0.38% -
XYZ 5.31 6.63 12.56 -
YUV 63.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 21 79 98 0.79 0.19 0 0.62 194.81 0.65 0.23
Hex 15 4F 62 4F 13 0 3E C3 41 17
Octal 25 117 142 117 23 0 76 303 101 27
Binary 10101 1001111 1100010 1001111 10011 0 111110 11000011 1000001 10111

Color Harmonies of #154F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F62

Black with #154F62

Text Example


Text Example

White with #154F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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