Html Css Color HEX #144363 Astronaut Blue

📋 copy color: '#144363'

red 20 ◦ green 67 ◦ blue 99

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

Shades of Astronaut Blue #144363

Tints of Astronaut Blue #144363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.23%

R = 10.75%
G = 36.02%
B = 53.23%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#144363 (or 0x144363) is known color: Astronaut Blue. HEX triplet: 14, 43 and 63. RGB value is (20,67,99). Sum of RGB (Red+Green+Blue) = 20+67+99=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #144363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144363 is #EBBC9C. Grayscale: #383838. Windows color (decimal): -15449245 or 6505236. OLE color: 6505236.

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

Color convert

RGB 20 67 99 -
CMYK 0.80 0.32 0 0.61
HSL 204.3º 0.66% 0.23% -
HSV(B) 204.3º 0.8% 0.39% -
XYZ 4.55 5.06 12.54 -
YUV 56.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 20 67 99 0.80 0.32 0 0.61 204.3 0.66 0.23
Hex 14 43 63 50 20 0 3D CC 42 17
Octal 24 103 143 120 40 0 75 314 102 27
Binary 10100 1000011 1100011 1010000 100000 0 111101 11001100 1000010 10111

Color Harmonies of #144363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144363

Black with #144363

Text Example


Text Example

White with #144363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144363; }

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

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

background-color css

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

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

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

border-color css

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

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

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