Html Css Color HEX #144B6C Astronaut Blue

📋 copy color: '#144B6C'

red 20 ◦ green 75 ◦ blue 108

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

Shades of Astronaut Blue #144B6C

Tints of Astronaut Blue #144B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 9.85%
G = 36.95%
B = 53.2%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#144B6C (or 0x144B6C) is known color: Astronaut Blue. HEX triplet: 14, 4B and 6C. RGB value is (20,75,108). Sum of RGB (Red+Green+Blue) = 20+75+108=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #144B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B6C is #EBB493. Grayscale: #3E3E3E. Windows color (decimal): -15447188 or 7097108. OLE color: 7097108.

HSL color Cylindrical-coordinate representation of color #144B6C: hue angle of 202.5º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144B6C is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 75 108 -
CMYK 0.81 0.31 0 0.58
HSL 202.5º 0.69% 0.25% -
HSV(B) 202.5º 0.81% 0.42% -
XYZ 5.51 6.26 15.11 -
YUV 62.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 20 75 108 0.81 0.31 0 0.58 202.5 0.69 0.25
Hex 14 4B 6C 51 1F 0 3A CA 45 19
Octal 24 113 154 121 37 0 72 312 105 31
Binary 10100 1001011 1101100 1010001 11111 0 111010 11001010 1000101 11001

Color Harmonies of #144B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B6C

Black with #144B6C

Text Example


Text Example

White with #144B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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