Html Css Color HEX #154C6A Astronaut Blue

📋 copy color: '#154C6A'

red 21 ◦ green 76 ◦ blue 106

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

Shades of Astronaut Blue #154C6A

Tints of Astronaut Blue #154C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 10.34%
G = 37.44%
B = 52.22%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#154C6A (or 0x154C6A) is known color: Astronaut Blue. HEX triplet: 15, 4C and 6A. RGB value is (21,76,106). Sum of RGB (Red+Green+Blue) = 21+76+106=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #154C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C6A is #EAB395. Grayscale: #3E3E3E. Windows color (decimal): -15381398 or 6966293. OLE color: 6966293.

HSL color Cylindrical-coordinate representation of color #154C6A: hue angle of 201.18º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154C6A is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 76 106 -
CMYK 0.80 0.28 0 0.58
HSL 201.18º 0.67% 0.25% -
HSV(B) 201.18º 0.8% 0.42% -
XYZ 5.5 6.37 14.58 -
YUV 62.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 21 76 106 0.80 0.28 0 0.58 201.18 0.67 0.25
Hex 15 4C 6A 50 1C 0 3A C9 43 19
Octal 25 114 152 120 34 0 72 311 103 31
Binary 10101 1001100 1101010 1010000 11100 0 111010 11001001 1000011 11001

Color Harmonies of #154C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C6A

Black with #154C6A

Text Example


Text Example

White with #154C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154C6A; }

 p { color: rgb(21,76,106); }

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

background-color css

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

 a { background-color: rgb(21,76,106); }

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

border-color css

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

 span { border-color: rgb(21,76,106); }

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