Html Css Color HEX #154C5D Astronaut Blue

📋 copy color: '#154C5D'

red 21 ◦ green 76 ◦ blue 93

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

Shades of Astronaut Blue #154C5D

Tints of Astronaut Blue #154C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 11.05%
G = 40%
B = 48.95%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#154C5D (or 0x154C5D) is known color: Astronaut Blue. HEX triplet: 15, 4C and 5D. RGB value is (21,76,93). Sum of RGB (Red+Green+Blue) = 21+76+93=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #154C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C5D is #EAB3A2. Grayscale: #3D3D3D. Windows color (decimal): -15381411 or 6114325. OLE color: 6114325.

HSL color Cylindrical-coordinate representation of color #154C5D: hue angle of 194.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154C5D is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 76 93 -
CMYK 0.77 0.18 0 0.64
HSL 194.17º 0.63% 0.22% -
HSV(B) 194.17º 0.77% 0.36% -
XYZ 4.87 6.12 11.28 -
YUV 61.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 21 76 93 0.77 0.18 0 0.64 194.17 0.63 0.22
Hex 15 4C 5D 4D 12 0 40 C2 3F 16
Octal 25 114 135 115 22 0 100 302 77 26
Binary 10101 1001100 1011101 1001101 10010 0 1000000 11000010 111111 10110

Color Harmonies of #154C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C5D

Black with #154C5D

Text Example


Text Example

White with #154C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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