Html Css Color HEX #144F94 Endeavour

📋 copy color: '#144F94'

red 20 ◦ green 79 ◦ blue 148

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

Shades of Endeavour #144F94

Tints of Endeavour #144F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.92%

R = 8.1%
G = 31.98%
B = 59.92%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144F94 (or 0x144F94) is known color: Endeavour. HEX triplet: 14, 4F and 94. RGB value is (20,79,148). Sum of RGB (Red+Green+Blue) = 20+79+148=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #144F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F94 is #EBB06B. Grayscale: #444444. Windows color (decimal): -15446124 or 9719572. OLE color: 9719572.

HSL color Cylindrical-coordinate representation of color #144F94: hue angle of 212.34º 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 #144F94 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 79 148 -
CMYK 0.86 0.47 0 0.42
HSL 212.34º 0.76% 0.33% -
HSV(B) 212.34º 0.86% 0.58% -
XYZ 8.43 7.88 29.09 -
YUV 69.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 20 79 148 0.86 0.47 0 0.42 212.34 0.76 0.33
Hex 14 4F 94 56 2F 0 2A D4 4C 21
Octal 24 117 224 126 57 0 52 324 114 41
Binary 10100 1001111 10010100 1010110 101111 0 101010 11010100 1001100 100001

Color Harmonies of #144F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F94

Black with #144F94

Text Example


Text Example

White with #144F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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