Html Css Color HEX #153F54 Astronaut Blue

📋 copy color: '#153F54'

red 21 ◦ green 63 ◦ blue 84

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

Shades of Astronaut Blue #153F54

Tints of Astronaut Blue #153F54

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

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

R = 12.5%
G = 37.5%
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

#153F54 (or 0x153F54) is known color: Astronaut Blue. HEX triplet: 15, 3F and 54. RGB value is (21,63,84). Sum of RGB (Red+Green+Blue) = 21+63+84=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #153F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F54 is #EAC0AB. Grayscale: #343434. Windows color (decimal): -15384748 or 5521173. OLE color: 5521173.

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

Color convert

RGB 21 63 84 -
CMYK 0.75 0.25 0 0.67
HSL 200º 0.6% 0.21% -
HSV(B) 200º 0.75% 0.33% -
XYZ 3.69 4.35 9.03 -
YUV 52.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 21 63 84 0.75 0.25 0 0.67 200 0.6 0.21
Hex 15 3F 54 4B 19 0 43 C8 3C 15
Octal 25 77 124 113 31 0 103 310 74 25
Binary 10101 111111 1010100 1001011 11001 0 1000011 11001000 111100 10101

Color Harmonies of #153F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F54

Black with #153F54

Text Example


Text Example

White with #153F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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