Html Css Color HEX #144258 Astronaut Blue

📋 copy color: '#144258'

red 20 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #144258

Tints of Astronaut Blue #144258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 11.49%
G = 37.93%
B = 50.57%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#144258 (or 0x144258) is known color: Astronaut Blue. HEX triplet: 14, 42 and 58. RGB value is (20,66,88). Sum of RGB (Red+Green+Blue) = 20+66+88=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #144258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144258 is #EBBDA7. Grayscale: #363636. Windows color (decimal): -15449512 or 5784084. OLE color: 5784084.

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

Color convert

RGB 20 66 88 -
CMYK 0.77 0.25 0 0.65
HSL 199.41º 0.63% 0.21% -
HSV(B) 199.41º 0.77% 0.35% -
XYZ 4 4.75 9.94 -
YUV 54.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 20 66 88 0.77 0.25 0 0.65 199.41 0.63 0.21
Hex 14 42 58 4D 19 0 41 C7 3F 15
Octal 24 102 130 115 31 0 101 307 77 25
Binary 10100 1000010 1011000 1001101 11001 0 1000001 11000111 111111 10101

Color Harmonies of #144258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144258

Black with #144258

Text Example


Text Example

White with #144258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144258; }

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

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

background-color css

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

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

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

border-color css

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

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

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