Html Css Color HEX #144F91 Endeavour

📋 copy color: '#144F91'

red 20 ◦ green 79 ◦ blue 145

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

Shades of Endeavour #144F91

Tints of Endeavour #144F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 8.2%
G = 32.38%
B = 59.43%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144F91 (or 0x144F91) is known color: Endeavour. HEX triplet: 14, 4F and 91. RGB value is (20,79,145). Sum of RGB (Red+Green+Blue) = 20+79+145=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #144F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F91 is #EBB06E. Grayscale: #444444. Windows color (decimal): -15446127 or 9522964. OLE color: 9522964.

HSL color Cylindrical-coordinate representation of color #144F91: hue angle of 211.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144F91 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 79 145 -
CMYK 0.86 0.46 0 0.43
HSL 211.68º 0.76% 0.32% -
HSV(B) 211.68º 0.86% 0.57% -
XYZ 8.2 7.79 27.86 -
YUV 68.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 20 79 145 0.86 0.46 0 0.43 211.68 0.76 0.32
Hex 14 4F 91 56 2E 0 2B D4 4C 20
Octal 24 117 221 126 56 0 53 324 114 40
Binary 10100 1001111 10010001 1010110 101110 0 101011 11010100 1001100 100000

Color Harmonies of #144F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F91

Black with #144F91

Text Example


Text Example

White with #144F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,79,145); }

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

background-color css

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

 a { background-color: rgb(20,79,145); }

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

border-color css

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

 span { border-color: rgb(20,79,145); }

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