Html Css Color HEX #144667 Astronaut Blue

📋 copy color: '#144667'

red 20 ◦ green 70 ◦ blue 103

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

Shades of Astronaut Blue #144667

Tints of Astronaut Blue #144667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 10.36%
G = 36.27%
B = 53.37%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144667 (or 0x144667) is known color: Astronaut Blue. HEX triplet: 14, 46 and 67. RGB value is (20,70,103). Sum of RGB (Red+Green+Blue) = 20+70+103=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #144667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144667 is #EBB998. Grayscale: #3A3A3A. Windows color (decimal): -15448473 or 6768148. OLE color: 6768148.

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

Color convert

RGB 20 70 103 -
CMYK 0.81 0.32 0 0.60
HSL 203.86º 0.67% 0.24% -
HSV(B) 203.86º 0.81% 0.4% -
XYZ 4.93 5.51 13.64 -
YUV 58.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 20 70 103 0.81 0.32 0 0.60 203.86 0.67 0.24
Hex 14 46 67 51 20 0 3C CC 43 18
Octal 24 106 147 121 40 0 74 314 103 30
Binary 10100 1000110 1100111 1010001 100000 0 111100 11001100 1000011 11000

Color Harmonies of #144667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144667

Black with #144667

Text Example


Text Example

White with #144667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144667; }

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

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

background-color css

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

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

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

border-color css

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

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

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