Html Css Color HEX #154055 Astronaut Blue

📋 copy color: '#154055'

red 21 ◦ green 64 ◦ blue 85

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

Shades of Astronaut Blue #154055

Tints of Astronaut Blue #154055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50%

R = 12.35%
G = 37.65%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154055 (or 0x154055) is known color: Astronaut Blue. HEX triplet: 15, 40 and 55. RGB value is (21,64,85). Sum of RGB (Red+Green+Blue) = 21+64+85=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #154055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154055 is #EABFAA. Grayscale: #353535. Windows color (decimal): -15384491 or 5586965. OLE color: 5586965.

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

Color convert

RGB 21 64 85 -
CMYK 0.75 0.25 0 0.67
HSL 199.69º 0.6% 0.21% -
HSV(B) 199.69º 0.75% 0.33% -
XYZ 3.78 4.48 9.26 -
YUV 53.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 21 64 85 0.75 0.25 0 0.67 199.69 0.6 0.21
Hex 15 40 55 4B 19 0 43 C8 3C 15
Octal 25 100 125 113 31 0 103 310 74 25
Binary 10101 1000000 1010101 1001011 11001 0 1000011 11001000 111100 10101

Color Harmonies of #154055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154055

Black with #154055

Text Example


Text Example

White with #154055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154055; }

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

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

background-color css

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

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

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

border-color css

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

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

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