Html Css Color HEX #154C6C Astronaut Blue

📋 copy color: '#154C6C'

red 21 ◦ green 76 ◦ blue 108

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

Shades of Astronaut Blue #154C6C

Tints of Astronaut Blue #154C6C

RGB

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

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

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

R = 10.24%
G = 37.07%
B = 52.68%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#154C6C (or 0x154C6C) is known color: Astronaut Blue. HEX triplet: 15, 4C and 6C. RGB value is (21,76,108). Sum of RGB (Red+Green+Blue) = 21+76+108=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #154C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C6C is #EAB393. Grayscale: #3F3F3F. Windows color (decimal): -15381396 or 7097365. OLE color: 7097365.

HSL color Cylindrical-coordinate representation of color #154C6C: hue angle of 202.07º 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 #154C6C is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 76 108 -
CMYK 0.81 0.30 0 0.58
HSL 202.07º 0.67% 0.25% -
HSV(B) 202.07º 0.81% 0.42% -
XYZ 5.6 6.41 15.13 -
YUV 63.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 21 76 108 0.81 0.30 0 0.58 202.07 0.67 0.25
Hex 15 4C 6C 51 1E 0 3A CA 43 19
Octal 25 114 154 121 36 0 72 312 103 31
Binary 10101 1001100 1101100 1010001 11110 0 111010 11001010 1000011 11001

Color Harmonies of #154C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C6C

Black with #154C6C

Text Example


Text Example

White with #154C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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