Html Css Color HEX #154154 Astronaut Blue

📋 copy color: '#154154'

red 21 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #154154

Tints of Astronaut Blue #154154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 12.35%
G = 38.24%
B = 49.41%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154154 (or 0x154154) is known color: Astronaut Blue. HEX triplet: 15, 41 and 54. RGB value is (21,65,84). Sum of RGB (Red+Green+Blue) = 21+65+84=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #154154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154154 is #EABEAB. Grayscale: #353535. Windows color (decimal): -15384236 or 5521685. OLE color: 5521685.

HSL color Cylindrical-coordinate representation of color #154154: hue angle of 198.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154154 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 65 84 -
CMYK 0.75 0.23 0 0.67
HSL 198.1º 0.6% 0.21% -
HSV(B) 198.1º 0.75% 0.33% -
XYZ 3.8 4.58 9.07 -
YUV 54.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 21 65 84 0.75 0.23 0 0.67 198.1 0.6 0.21
Hex 15 41 54 4B 17 0 43 C6 3C 15
Octal 25 101 124 113 27 0 103 306 74 25
Binary 10101 1000001 1010100 1001011 10111 0 1000011 11000110 111100 10101

Color Harmonies of #154154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154154

Black with #154154

Text Example


Text Example

White with #154154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154154; }

 p { color: rgb(21,65,84); }

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

background-color css

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

 a { background-color: rgb(21,65,84); }

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

border-color css

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

 span { border-color: rgb(21,65,84); }

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