Html Css Color HEX #144658 Astronaut Blue

📋 copy color: '#144658'

red 20 ◦ green 70 ◦ blue 88

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

Shades of Astronaut Blue #144658

Tints of Astronaut Blue #144658

RGB

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

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

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

R = 11.24%
G = 39.33%
B = 49.44%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144658 (or 0x144658) is known color: Astronaut Blue. HEX triplet: 14, 46 and 58. RGB value is (20,70,88). Sum of RGB (Red+Green+Blue) = 20+70+88=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #144658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144658 is #EBB9A7. Grayscale: #383838. Windows color (decimal): -15448488 or 5785108. OLE color: 5785108.

HSL color Cylindrical-coordinate representation of color #144658: hue angle of 195.88º 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 #144658 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 70 88 -
CMYK 0.77 0.20 0 0.65
HSL 195.88º 0.63% 0.21% -
HSV(B) 195.88º 0.77% 0.35% -
XYZ 4.24 5.23 10.02 -
YUV 57.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 20 70 88 0.77 0.20 0 0.65 195.88 0.63 0.21
Hex 14 46 58 4D 14 0 41 C4 3F 15
Octal 24 106 130 115 24 0 101 304 77 25
Binary 10100 1000110 1011000 1001101 10100 0 1000001 11000100 111111 10101

Color Harmonies of #144658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144658

Black with #144658

Text Example


Text Example

White with #144658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144658; }

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

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

background-color css

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

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

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

border-color css

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

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

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