Html Css Color HEX #144462 Astronaut Blue

📋 copy color: '#144462'

red 20 ◦ green 68 ◦ blue 98

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

Shades of Astronaut Blue #144462

Tints of Astronaut Blue #144462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 10.75%
G = 36.56%
B = 52.69%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144462 (or 0x144462) is known color: Astronaut Blue. HEX triplet: 14, 44 and 62. RGB value is (20,68,98). Sum of RGB (Red+Green+Blue) = 20+68+98=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #144462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144462 is #EBBB9D. Grayscale: #383838. Windows color (decimal): -15448990 or 6439956. OLE color: 6439956.

HSL color Cylindrical-coordinate representation of color #144462: hue angle of 203.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144462 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 68 98 -
CMYK 0.80 0.31 0 0.62
HSL 203.08º 0.66% 0.23% -
HSV(B) 203.08º 0.8% 0.38% -
XYZ 4.56 5.16 12.31 -
YUV 57.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 20 68 98 0.80 0.31 0 0.62 203.08 0.66 0.23
Hex 14 44 62 50 1F 0 3E CB 42 17
Octal 24 104 142 120 37 0 76 313 102 27
Binary 10100 1000100 1100010 1010000 11111 0 111110 11001011 1000010 10111

Color Harmonies of #144462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144462

Black with #144462

Text Example


Text Example

White with #144462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144462; }

 p { color: rgb(20,68,98); }

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

background-color css

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

 a { background-color: rgb(20,68,98); }

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

border-color css

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

 span { border-color: rgb(20,68,98); }

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