Html Css Color HEX #154C5F Astronaut Blue

📋 copy color: '#154C5F'

red 21 ◦ green 76 ◦ blue 95

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

Shades of Astronaut Blue #154C5F

Tints of Astronaut Blue #154C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 49.48%

R = 10.94%
G = 39.58%
B = 49.48%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#154C5F (or 0x154C5F) is known color: Astronaut Blue. HEX triplet: 15, 4C and 5F. RGB value is (21,76,95). Sum of RGB (Red+Green+Blue) = 21+76+95=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #154C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C5F is #EAB3A0. Grayscale: #3D3D3D. Windows color (decimal): -15381409 or 6245397. OLE color: 6245397.

HSL color Cylindrical-coordinate representation of color #154C5F: hue angle of 195.41º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154C5F is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 76 95 -
CMYK 0.78 0.20 0 0.63
HSL 195.41º 0.64% 0.23% -
HSV(B) 195.41º 0.78% 0.37% -
XYZ 4.96 6.15 11.75 -
YUV 61.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 21 76 95 0.78 0.20 0 0.63 195.41 0.64 0.23
Hex 15 4C 5F 4E 14 0 3F C3 40 17
Octal 25 114 137 116 24 0 77 303 100 27
Binary 10101 1001100 1011111 1001110 10100 0 111111 11000011 1000000 10111

Color Harmonies of #154C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C5F

Black with #154C5F

Text Example


Text Example

White with #154C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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