Html Css Color HEX #144362 Astronaut Blue

📋 copy color: '#144362'

red 20 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #144362

Tints of Astronaut Blue #144362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 10.81%
G = 36.22%
B = 52.97%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#144362 (or 0x144362) is known color: Astronaut Blue. HEX triplet: 14, 43 and 62. RGB value is (20,67,98). Sum of RGB (Red+Green+Blue) = 20+67+98=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #144362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144362 is #EBBC9D. Grayscale: #383838. Windows color (decimal): -15449246 or 6439700. OLE color: 6439700.

HSL color Cylindrical-coordinate representation of color #144362: hue angle of 203.85º 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 #144362 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 67 98 -
CMYK 0.80 0.32 0 0.62
HSL 203.85º 0.66% 0.23% -
HSV(B) 203.85º 0.8% 0.38% -
XYZ 4.5 5.04 12.29 -
YUV 56.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 20 67 98 0.80 0.32 0 0.62 203.85 0.66 0.23
Hex 14 43 62 50 20 0 3E CC 42 17
Octal 24 103 142 120 40 0 76 314 102 27
Binary 10100 1000011 1100010 1010000 100000 0 111110 11001100 1000010 10111

Color Harmonies of #144362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144362

Black with #144362

Text Example


Text Example

White with #144362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144362; }

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

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

background-color css

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

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

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

border-color css

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

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

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