Html Css Color HEX #144155 Astronaut Blue

📋 copy color: '#144155'

red 20 ◦ green 65 ◦ blue 85

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

Shades of Astronaut Blue #144155

Tints of Astronaut Blue #144155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 11.76%
G = 38.24%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144155 (or 0x144155) is known color: Astronaut Blue. HEX triplet: 14, 41 and 55. RGB value is (20,65,85). Sum of RGB (Red+Green+Blue) = 20+65+85=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #144155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144155 is #EBBEAA. Grayscale: #353535. Windows color (decimal): -15449771 or 5587220. OLE color: 5587220.

HSL color Cylindrical-coordinate representation of color #144155: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144155 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 65 85 -
CMYK 0.76 0.24 0 0.67
HSL 198.46º 0.62% 0.21% -
HSV(B) 198.46º 0.76% 0.33% -
XYZ 3.82 4.59 9.28 -
YUV 53.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 20 65 85 0.76 0.24 0 0.67 198.46 0.62 0.21
Hex 14 41 55 4C 18 0 43 C6 3E 15
Octal 24 101 125 114 30 0 103 306 76 25
Binary 10100 1000001 1010101 1001100 11000 0 1000011 11000110 111110 10101

Color Harmonies of #144155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144155

Black with #144155

Text Example


Text Example

White with #144155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144155; }

 p { color: rgb(20,65,85); }

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

background-color css

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

 a { background-color: rgb(20,65,85); }

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

border-color css

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

 span { border-color: rgb(20,65,85); }

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