Html Css Color HEX #154058 Astronaut Blue

📋 copy color: '#154058'

red 21 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #154058

Tints of Astronaut Blue #154058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 12.14%
G = 36.99%
B = 50.87%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154058 (or 0x154058) is known color: Astronaut Blue. HEX triplet: 15, 40 and 58. RGB value is (21,64,88). Sum of RGB (Red+Green+Blue) = 21+64+88=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #154058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154058 is #EABFA7. Grayscale: #353535. Windows color (decimal): -15384488 or 5783573. OLE color: 5783573.

HSL color Cylindrical-coordinate representation of color #154058: hue angle of 201.49º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154058 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 64 88 -
CMYK 0.76 0.27 0 0.65
HSL 201.49º 0.61% 0.21% -
HSV(B) 201.49º 0.76% 0.35% -
XYZ 3.9 4.53 9.9 -
YUV 53.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 21 64 88 0.76 0.27 0 0.65 201.49 0.61 0.21
Hex 15 40 58 4C 1B 0 41 C9 3D 15
Octal 25 100 130 114 33 0 101 311 75 25
Binary 10101 1000000 1011000 1001100 11011 0 1000001 11001001 111101 10101

Color Harmonies of #154058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154058

Black with #154058

Text Example


Text Example

White with #154058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154058; }

 p { color: rgb(21,64,88); }

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

background-color css

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

 a { background-color: rgb(21,64,88); }

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

border-color css

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

 span { border-color: rgb(21,64,88); }

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