Html Css Color HEX #144C96 Endeavour

📋 copy color: '#144C96'

red 20 ◦ green 76 ◦ blue 150

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

Shades of Endeavour #144C96

Tints of Endeavour #144C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 8.13%
G = 30.89%
B = 60.98%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#144C96 (or 0x144C96) is known color: Endeavour. HEX triplet: 14, 4C and 96. RGB value is (20,76,150). Sum of RGB (Red+Green+Blue) = 20+76+150=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #144C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C96 is #EBB369. Grayscale: #434343. Windows color (decimal): -15446890 or 9849876. OLE color: 9849876.

HSL color Cylindrical-coordinate representation of color #144C96: hue angle of 214.15º 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 #144C96 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 76 150 -
CMYK 0.87 0.49 0 0.41
HSL 214.15º 0.76% 0.33% -
HSV(B) 214.15º 0.87% 0.59% -
XYZ 8.38 7.52 29.86 -
YUV 67.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 20 76 150 0.87 0.49 0 0.41 214.15 0.76 0.33
Hex 14 4C 96 57 31 0 29 D6 4C 21
Octal 24 114 226 127 61 0 51 326 114 41
Binary 10100 1001100 10010110 1010111 110001 0 101001 11010110 1001100 100001

Color Harmonies of #144C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C96

Black with #144C96

Text Example


Text Example

White with #144C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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