Html Css Color HEX #154355 Astronaut Blue

📋 copy color: '#154355'

red 21 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #154355

Tints of Astronaut Blue #154355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

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

R = 12.14%
G = 38.73%
B = 49.13%

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

#154355 (or 0x154355) is known color: Astronaut Blue. HEX triplet: 15, 43 and 55. RGB value is (21,67,85). Sum of RGB (Red+Green+Blue) = 21+67+85=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #154355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154355 is #EABCAA. Grayscale: #373737. Windows color (decimal): -15383723 or 5587733. OLE color: 5587733.

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

Color convert

RGB 21 67 85 -
CMYK 0.75 0.21 0 0.67
HSL 196.88º 0.6% 0.21% -
HSV(B) 196.88º 0.75% 0.33% -
XYZ 3.96 4.83 9.32 -
YUV 55.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 21 67 85 0.75 0.21 0 0.67 196.88 0.6 0.21
Hex 15 43 55 4B 15 0 43 C5 3C 15
Octal 25 103 125 113 25 0 103 305 74 25
Binary 10101 1000011 1010101 1001011 10101 0 1000011 11000101 111100 10101

Color Harmonies of #154355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154355

Black with #154355

Text Example


Text Example

White with #154355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154355; }

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

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

background-color css

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

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

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

border-color css

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

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

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