Html Css Color HEX #144967 Astronaut Blue

📋 copy color: '#144967'

red 20 ◦ green 73 ◦ blue 103

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

Shades of Astronaut Blue #144967

Tints of Astronaut Blue #144967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 10.2%
G = 37.24%
B = 52.55%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144967 (or 0x144967) is known color: Astronaut Blue. HEX triplet: 14, 49 and 67. RGB value is (20,73,103). Sum of RGB (Red+Green+Blue) = 20+73+103=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #144967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144967 is #EBB698. Grayscale: #3C3C3C. Windows color (decimal): -15447705 or 6768916. OLE color: 6768916.

HSL color Cylindrical-coordinate representation of color #144967: hue angle of 201.69º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144967 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 73 103 -
CMYK 0.81 0.29 0 0.60
HSL 201.69º 0.67% 0.24% -
HSV(B) 201.69º 0.81% 0.4% -
XYZ 5.12 5.89 13.7 -
YUV 60.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 20 73 103 0.81 0.29 0 0.60 201.69 0.67 0.24
Hex 14 49 67 51 1D 0 3C CA 43 18
Octal 24 111 147 121 35 0 74 312 103 30
Binary 10100 1001001 1100111 1010001 11101 0 111100 11001010 1000011 11000

Color Harmonies of #144967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144967

Black with #144967

Text Example


Text Example

White with #144967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144967; }

 p { color: rgb(20,73,103); }

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

background-color css

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

 a { background-color: rgb(20,73,103); }

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

border-color css

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

 span { border-color: rgb(20,73,103); }

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