Html Css Color HEX #144F92 Endeavour

📋 copy color: '#144F92'

red 20 ◦ green 79 ◦ blue 146

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

Shades of Endeavour #144F92

Tints of Endeavour #144F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.59%

R = 8.16%
G = 32.24%
B = 59.59%

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

#144F92 (or 0x144F92) is known color: Endeavour. HEX triplet: 14, 4F and 92. RGB value is (20,79,146). Sum of RGB (Red+Green+Blue) = 20+79+146=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #144F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F92 is #EBB06D. Grayscale: #444444. Windows color (decimal): -15446126 or 9588500. OLE color: 9588500.

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

Color convert

RGB 20 79 146 -
CMYK 0.86 0.46 0 0.43
HSL 211.9º 0.76% 0.33% -
HSV(B) 211.9º 0.86% 0.57% -
XYZ 8.27 7.82 28.27 -
YUV 69 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 20 79 146 0.86 0.46 0 0.43 211.9 0.76 0.33
Hex 14 4F 92 56 2E 0 2B D4 4C 21
Octal 24 117 222 126 56 0 53 324 114 41
Binary 10100 1001111 10010010 1010110 101110 0 101011 11010100 1001100 100001

Color Harmonies of #144F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F92

Black with #144F92

Text Example


Text Example

White with #144F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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