Html Css Color HEX #154354 Astronaut Blue

📋 copy color: '#154354'

red 21 ◦ green 67 ◦ blue 84

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

Shades of Astronaut Blue #154354

Tints of Astronaut Blue #154354

RGB

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

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

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

R = 12.21%
G = 38.95%
B = 48.84%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154354 (or 0x154354) is known color: Astronaut Blue. HEX triplet: 15, 43 and 54. RGB value is (21,67,84). Sum of RGB (Red+Green+Blue) = 21+67+84=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #154354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154354 is #EABCAB. Grayscale: #373737. Windows color (decimal): -15383724 or 5522197. OLE color: 5522197.

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

Color convert

RGB 21 67 84 -
CMYK 0.75 0.20 0 0.67
HSL 196.19º 0.6% 0.21% -
HSV(B) 196.19º 0.75% 0.33% -
XYZ 3.92 4.81 9.11 -
YUV 55.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 21 67 84 0.75 0.20 0 0.67 196.19 0.6 0.21
Hex 15 43 54 4B 14 0 43 C4 3C 15
Octal 25 103 124 113 24 0 103 304 74 25
Binary 10101 1000011 1010100 1001011 10100 0 1000011 11000100 111100 10101

Color Harmonies of #154354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154354

Black with #154354

Text Example


Text Example

White with #154354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154354; }

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

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

background-color css

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

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

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

border-color css

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

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

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