Html Css Color HEX #144655 Astronaut Blue

📋 copy color: '#144655'

red 20 ◦ green 70 ◦ blue 85

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

Shades of Astronaut Blue #144655

Tints of Astronaut Blue #144655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 11.43%
G = 40%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144655 (or 0x144655) is known color: Astronaut Blue. HEX triplet: 14, 46 and 55. RGB value is (20,70,85). Sum of RGB (Red+Green+Blue) = 20+70+85=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #144655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144655 is #EBB9AA. Grayscale: #383838. Windows color (decimal): -15448491 or 5588500. OLE color: 5588500.

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

Color convert

RGB 20 70 85 -
CMYK 0.76 0.18 0 0.67
HSL 193.85º 0.62% 0.21% -
HSV(B) 193.85º 0.76% 0.33% -
XYZ 4.12 5.18 9.38 -
YUV 56.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 20 70 85 0.76 0.18 0 0.67 193.85 0.62 0.21
Hex 14 46 55 4C 12 0 43 C2 3E 15
Octal 24 106 125 114 22 0 103 302 76 25
Binary 10100 1000110 1010101 1001100 10010 0 1000011 11000010 111110 10101

Color Harmonies of #144655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144655

Black with #144655

Text Example


Text Example

White with #144655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144655; }

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

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

background-color css

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

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

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

border-color css

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

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

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