Html Css Color HEX #144355 Astronaut Blue

📋 copy color: '#144355'

red 20 ◦ green 67 ◦ blue 85

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

Shades of Astronaut Blue #144355

Tints of Astronaut Blue #144355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

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

R = 11.63%
G = 38.95%
B = 49.42%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144355 (or 0x144355) is known color: Astronaut Blue. HEX triplet: 14, 43 and 55. RGB value is (20,67,85). Sum of RGB (Red+Green+Blue) = 20+67+85=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #144355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144355 is #EBBCAA. Grayscale: #363636. Windows color (decimal): -15449259 or 5587732. OLE color: 5587732.

HSL color Cylindrical-coordinate representation of color #144355: hue angle of 196.62º 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 #144355 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 67 85 -
CMYK 0.76 0.21 0 0.67
HSL 196.62º 0.62% 0.21% -
HSV(B) 196.62º 0.76% 0.33% -
XYZ 3.94 4.82 9.32 -
YUV 55 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 20 67 85 0.76 0.21 0 0.67 196.62 0.62 0.21
Hex 14 43 55 4C 15 0 43 C5 3E 15
Octal 24 103 125 114 25 0 103 305 76 25
Binary 10100 1000011 1010101 1001100 10101 0 1000011 11000101 111110 10101

Color Harmonies of #144355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144355

Black with #144355

Text Example


Text Example

White with #144355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144355; }

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

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

background-color css

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

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

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

border-color css

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

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

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