Html Css Color HEX #145194 Endeavour

📋 copy color: '#145194'

red 20 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #145194

Tints of Endeavour #145194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 8.03%
G = 32.53%
B = 59.44%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145194 (or 0x145194) is known color: Endeavour. HEX triplet: 14, 51 and 94. RGB value is (20,81,148). Sum of RGB (Red+Green+Blue) = 20+81+148=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #145194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145194 is #EBAE6B. Grayscale: #464646. Windows color (decimal): -15445612 or 9720084. OLE color: 9720084.

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

Color convert

RGB 20 81 148 -
CMYK 0.86 0.45 0 0.42
HSL 211.41º 0.76% 0.33% -
HSV(B) 211.41º 0.86% 0.58% -
XYZ 8.58 8.17 29.14 -
YUV 70.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 20 81 148 0.86 0.45 0 0.42 211.41 0.76 0.33
Hex 14 51 94 56 2D 0 2A D3 4C 21
Octal 24 121 224 126 55 0 52 323 114 41
Binary 10100 1010001 10010100 1010110 101101 0 101010 11010011 1001100 100001

Color Harmonies of #145194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145194

Black with #145194

Text Example


Text Example

White with #145194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145194; }

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

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

background-color css

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

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

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

border-color css

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

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

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