Html Css Color HEX #154A6C Astronaut Blue

📋 copy color: '#154A6C'

red 21 ◦ green 74 ◦ blue 108

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

Shades of Astronaut Blue #154A6C

Tints of Astronaut Blue #154A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 10.34%
G = 36.45%
B = 53.2%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#154A6C (or 0x154A6C) is known color: Astronaut Blue. HEX triplet: 15, 4A and 6C. RGB value is (21,74,108). Sum of RGB (Red+Green+Blue) = 21+74+108=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #154A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A6C is #EAB593. Grayscale: #3D3D3D. Windows color (decimal): -15381908 or 7096853. OLE color: 7096853.

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

Color convert

RGB 21 74 108 -
CMYK 0.81 0.31 0 0.58
HSL 203.45º 0.67% 0.25% -
HSV(B) 203.45º 0.81% 0.42% -
XYZ 5.46 6.14 15.08 -
YUV 62.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 21 74 108 0.81 0.31 0 0.58 203.45 0.67 0.25
Hex 15 4A 6C 51 1F 0 3A CB 43 19
Octal 25 112 154 121 37 0 72 313 103 31
Binary 10101 1001010 1101100 1010001 11111 0 111010 11001011 1000011 11001

Color Harmonies of #154A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A6C

Black with #154A6C

Text Example


Text Example

White with #154A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,108); }

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

background-color css

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

 a { background-color: rgb(21,74,108); }

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

border-color css

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

 span { border-color: rgb(21,74,108); }

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