Html Css Color HEX #144D95 Endeavour

📋 copy color: '#144D95'

red 20 ◦ green 77 ◦ blue 149

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

Shades of Endeavour #144D95

Tints of Endeavour #144D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 8.13%
G = 31.3%
B = 60.57%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144D95 (or 0x144D95) is known color: Endeavour. HEX triplet: 14, 4D and 95. RGB value is (20,77,149). Sum of RGB (Red+Green+Blue) = 20+77+149=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #144D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D95 is #EBB26A. Grayscale: #434343. Windows color (decimal): -15446635 or 9784596. OLE color: 9784596.

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

Color convert

RGB 20 77 149 -
CMYK 0.87 0.48 0 0.42
HSL 213.49º 0.76% 0.33% -
HSV(B) 213.49º 0.87% 0.58% -
XYZ 8.37 7.63 29.46 -
YUV 68.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 20 77 149 0.87 0.48 0 0.42 213.49 0.76 0.33
Hex 14 4D 95 57 30 0 2A D5 4C 21
Octal 24 115 225 127 60 0 52 325 114 41
Binary 10100 1001101 10010101 1010111 110000 0 101010 11010101 1001100 100001

Color Harmonies of #144D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D95

Black with #144D95

Text Example


Text Example

White with #144D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,77,149); }

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

background-color css

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

 a { background-color: rgb(20,77,149); }

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

border-color css

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

 span { border-color: rgb(20,77,149); }

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