Html Css Color HEX #154862 Astronaut Blue

📋 copy color: '#154862'

red 21 ◦ green 72 ◦ blue 98

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

Shades of Astronaut Blue #154862

Tints of Astronaut Blue #154862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 10.99%
G = 37.7%
B = 51.31%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154862 (or 0x154862) is known color: Astronaut Blue. HEX triplet: 15, 48 and 62. RGB value is (21,72,98). Sum of RGB (Red+Green+Blue) = 21+72+98=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #154862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154862 is #EAB79D. Grayscale: #3B3B3B. Windows color (decimal): -15382430 or 6440981. OLE color: 6440981.

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

Color convert

RGB 21 72 98 -
CMYK 0.79 0.27 0 0.62
HSL 200.26º 0.65% 0.23% -
HSV(B) 200.26º 0.79% 0.38% -
XYZ 4.83 5.68 12.4 -
YUV 59.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 21 72 98 0.79 0.27 0 0.62 200.26 0.65 0.23
Hex 15 48 62 4F 1B 0 3E C8 41 17
Octal 25 110 142 117 33 0 76 310 101 27
Binary 10101 1001000 1100010 1001111 11011 0 111110 11001000 1000001 10111

Color Harmonies of #154862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154862

Black with #154862

Text Example


Text Example

White with #154862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154862; }

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

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

background-color css

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

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

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

border-color css

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

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

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