Html Css Color HEX #154254 Astronaut Blue

📋 copy color: '#154254'

red 21 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #154254

Tints of Astronaut Blue #154254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 12.28%
G = 38.6%
B = 49.12%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154254 (or 0x154254) is known color: Astronaut Blue. HEX triplet: 15, 42 and 54. RGB value is (21,66,84). Sum of RGB (Red+Green+Blue) = 21+66+84=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #154254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154254 is #EABDAB. Grayscale: #363636. Windows color (decimal): -15383980 or 5521941. OLE color: 5521941.

HSL color Cylindrical-coordinate representation of color #154254: hue angle of 197.14º 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 #154254 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 66 84 -
CMYK 0.75 0.21 0 0.67
HSL 197.14º 0.6% 0.21% -
HSV(B) 197.14º 0.75% 0.33% -
XYZ 3.86 4.7 9.09 -
YUV 54.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 21 66 84 0.75 0.21 0 0.67 197.14 0.6 0.21
Hex 15 42 54 4B 15 0 43 C5 3C 15
Octal 25 102 124 113 25 0 103 305 74 25
Binary 10101 1000010 1010100 1001011 10101 0 1000011 11000101 111100 10101

Color Harmonies of #154254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154254

Black with #154254

Text Example


Text Example

White with #154254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154254; }

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

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

background-color css

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

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

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

border-color css

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

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

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