Html Css Color HEX #154762 Astronaut Blue

📋 copy color: '#154762'

red 21 ◦ green 71 ◦ blue 98

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

Shades of Astronaut Blue #154762

Tints of Astronaut Blue #154762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 11.05%
G = 37.37%
B = 51.58%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154762 (or 0x154762) is known color: Astronaut Blue. HEX triplet: 15, 47 and 62. RGB value is (21,71,98). Sum of RGB (Red+Green+Blue) = 21+71+98=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #154762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154762 is #EAB89D. Grayscale: #3A3A3A. Windows color (decimal): -15382686 or 6440725. OLE color: 6440725.

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

Color convert

RGB 21 71 98 -
CMYK 0.79 0.28 0 0.62
HSL 201.04º 0.65% 0.23% -
HSV(B) 201.04º 0.79% 0.38% -
XYZ 4.77 5.55 12.37 -
YUV 59.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 21 71 98 0.79 0.28 0 0.62 201.04 0.65 0.23
Hex 15 47 62 4F 1C 0 3E C9 41 17
Octal 25 107 142 117 34 0 76 311 101 27
Binary 10101 1000111 1100010 1001111 11100 0 111110 11001001 1000001 10111

Color Harmonies of #154762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154762

Black with #154762

Text Example


Text Example

White with #154762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154762; }

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

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

background-color css

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

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

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

border-color css

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

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

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