Html Css Color HEX #144C5C Astronaut Blue

📋 copy color: '#144C5C'

red 20 ◦ green 76 ◦ blue 92

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

Shades of Astronaut Blue #144C5C

Tints of Astronaut Blue #144C5C

RGB

 RED value IS 20 (8.2% from 255) = 10.64%

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

 BLUE value IS 92 (36.33% from 255) = 48.94%

R = 10.64%
G = 40.43%
B = 48.94%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#144C5C (or 0x144C5C) is known color: Astronaut Blue. HEX triplet: 14, 4C and 5C. RGB value is (20,76,92). Sum of RGB (Red+Green+Blue) = 20+76+92=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #144C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C5C is #EBB3A3. Grayscale: #3C3C3C. Windows color (decimal): -15446948 or 6048788. OLE color: 6048788.

HSL color Cylindrical-coordinate representation of color #144C5C: hue angle of 193.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144C5C is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 76 92 -
CMYK 0.78 0.17 0 0.64
HSL 193.33º 0.64% 0.22% -
HSV(B) 193.33º 0.78% 0.36% -
XYZ 4.8 6.09 11.05 -
YUV 61.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 20 76 92 0.78 0.17 0 0.64 193.33 0.64 0.22
Hex 14 4C 5C 4E 11 0 40 C1 40 16
Octal 24 114 134 116 21 0 100 301 100 26
Binary 10100 1001100 1011100 1001110 10001 0 1000000 11000001 1000000 10110

Color Harmonies of #144C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C5C

Black with #144C5C

Text Example


Text Example

White with #144C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C5C; }

 p { color: rgb(20,76,92); }

 H1.HeaderClassName
 {
   color: #144C5C;
 }
 .AnyTagClassName
 {
   color: #144C5C;
 }
</style>

background-color css

<style>
 a { background-color: #144C5C; }

 a { background-color: rgb(20,76,92); }

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

border-color css

<style>
 span { border-color: #144C5C; }

 span { border-color: rgb(20,76,92); }

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