Html Css Color HEX #144B96 Endeavour

📋 copy color: '#144B96'

red 20 ◦ green 75 ◦ blue 150

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

Shades of Endeavour #144B96

Tints of Endeavour #144B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 8.16%
G = 30.61%
B = 61.22%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144B96 (or 0x144B96) is known color: Endeavour. HEX triplet: 14, 4B and 96. RGB value is (20,75,150). Sum of RGB (Red+Green+Blue) = 20+75+150=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #144B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B96 is #EBB469. Grayscale: #424242. Windows color (decimal): -15447146 or 9849620. OLE color: 9849620.

HSL color Cylindrical-coordinate representation of color #144B96: hue angle of 214.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144B96 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 75 150 -
CMYK 0.87 0.5 0 0.41
HSL 214.62º 0.76% 0.33% -
HSV(B) 214.62º 0.87% 0.59% -
XYZ 8.31 7.38 29.84 -
YUV 67.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 20 75 150 0.87 0.5 0 0.41 214.62 0.76 0.33
Hex 14 4B 96 57 32 0 29 D7 4C 21
Octal 24 113 226 127 62 0 51 327 114 41
Binary 10100 1001011 10010110 1010111 110010 0 101001 11010111 1001100 100001

Color Harmonies of #144B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B96

Black with #144B96

Text Example


Text Example

White with #144B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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