Html Css Color HEX #144B67 Astronaut Blue

📋 copy color: '#144B67'

red 20 ◦ green 75 ◦ blue 103

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

Shades of Astronaut Blue #144B67

Tints of Astronaut Blue #144B67

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.88%

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

R = 10.1%
G = 37.88%
B = 52.02%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#144B67 (or 0x144B67) is known color: Astronaut Blue. HEX triplet: 14, 4B and 67. RGB value is (20,75,103). Sum of RGB (Red+Green+Blue) = 20+75+103=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #144B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B67 is #EBB498. Grayscale: #3D3D3D. Windows color (decimal): -15447193 or 6769428. OLE color: 6769428.

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

Color convert

RGB 20 75 103 -
CMYK 0.81 0.27 0 0.60
HSL 200.24º 0.67% 0.24% -
HSV(B) 200.24º 0.81% 0.4% -
XYZ 5.25 6.16 13.74 -
YUV 61.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 20 75 103 0.81 0.27 0 0.60 200.24 0.67 0.24
Hex 14 4B 67 51 1B 0 3C C8 43 18
Octal 24 113 147 121 33 0 74 310 103 30
Binary 10100 1001011 1100111 1010001 11011 0 111100 11001000 1000011 11000

Color Harmonies of #144B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B67

Black with #144B67

Text Example


Text Example

White with #144B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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