Html Css Color HEX #144569 Astronaut Blue

📋 copy color: '#144569'

red 20 ◦ green 69 ◦ blue 105

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

Shades of Astronaut Blue #144569

Tints of Astronaut Blue #144569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 10.31%
G = 35.57%
B = 54.12%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#144569 (or 0x144569) is known color: Astronaut Blue. HEX triplet: 14, 45 and 69. RGB value is (20,69,105). Sum of RGB (Red+Green+Blue) = 20+69+105=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #144569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144569 is #EBBA96. Grayscale: #3A3A3A. Windows color (decimal): -15448727 or 6898964. OLE color: 6898964.

HSL color Cylindrical-coordinate representation of color #144569: hue angle of 205.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144569 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 69 105 -
CMYK 0.81 0.34 0 0.59
HSL 205.41º 0.68% 0.25% -
HSV(B) 205.41º 0.81% 0.41% -
XYZ 4.97 5.42 14.15 -
YUV 58.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 20 69 105 0.81 0.34 0 0.59 205.41 0.68 0.25
Hex 14 45 69 51 22 0 3B CD 44 19
Octal 24 105 151 121 42 0 73 315 104 31
Binary 10100 1000101 1101001 1010001 100010 0 111011 11001101 1000100 11001

Color Harmonies of #144569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144569

Black with #144569

Text Example


Text Example

White with #144569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144569; }

 p { color: rgb(20,69,105); }

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

background-color css

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

 a { background-color: rgb(20,69,105); }

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

border-color css

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

 span { border-color: rgb(20,69,105); }

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