Html Css Color HEX #144058 Astronaut Blue

📋 copy color: '#144058'

red 20 ◦ green 64 ◦ blue 88

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

Shades of Astronaut Blue #144058

Tints of Astronaut Blue #144058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 11.63%
G = 37.21%
B = 51.16%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144058 (or 0x144058) is known color: Astronaut Blue. HEX triplet: 14, 40 and 58. RGB value is (20,64,88). Sum of RGB (Red+Green+Blue) = 20+64+88=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #144058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144058 is #EBBFA7. Grayscale: #353535. Windows color (decimal): -15450024 or 5783572. OLE color: 5783572.

HSL color Cylindrical-coordinate representation of color #144058: hue angle of 201.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144058 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 64 88 -
CMYK 0.77 0.27 0 0.65
HSL 201.18º 0.63% 0.21% -
HSV(B) 201.18º 0.77% 0.35% -
XYZ 3.88 4.52 9.9 -
YUV 53.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 20 64 88 0.77 0.27 0 0.65 201.18 0.63 0.21
Hex 14 40 58 4D 1B 0 41 C9 3F 15
Octal 24 100 130 115 33 0 101 311 77 25
Binary 10100 1000000 1011000 1001101 11011 0 1000001 11001001 111111 10101

Color Harmonies of #144058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144058

Black with #144058

Text Example


Text Example

White with #144058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144058; }

 p { color: rgb(20,64,88); }

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

background-color css

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

 a { background-color: rgb(20,64,88); }

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

border-color css

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

 span { border-color: rgb(20,64,88); }

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