Html Css Color HEX #144F93 Endeavour

📋 copy color: '#144F93'

red 20 ◦ green 79 ◦ blue 147

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

Shades of Endeavour #144F93

Tints of Endeavour #144F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 8.13%
G = 32.11%
B = 59.76%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144F93 (or 0x144F93) is known color: Endeavour. HEX triplet: 14, 4F and 93. RGB value is (20,79,147). Sum of RGB (Red+Green+Blue) = 20+79+147=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #144F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F93 is #EBB06C. Grayscale: #444444. Windows color (decimal): -15446125 or 9654036. OLE color: 9654036.

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

Color convert

RGB 20 79 147 -
CMYK 0.86 0.46 0 0.42
HSL 212.13º 0.76% 0.33% -
HSV(B) 212.13º 0.86% 0.58% -
XYZ 8.35 7.85 28.68 -
YUV 69.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 20 79 147 0.86 0.46 0 0.42 212.13 0.76 0.33
Hex 14 4F 93 56 2E 0 2A D4 4C 21
Octal 24 117 223 126 56 0 52 324 114 41
Binary 10100 1001111 10010011 1010110 101110 0 101010 11010100 1001100 100001

Color Harmonies of #144F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F93

Black with #144F93

Text Example


Text Example

White with #144F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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