Html Css Color HEX #145094 Endeavour

📋 copy color: '#145094'

red 20 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #145094

Tints of Endeavour #145094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

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

R = 8.06%
G = 32.26%
B = 59.68%

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

#145094 (or 0x145094) is known color: Endeavour. HEX triplet: 14, 50 and 94. RGB value is (20,80,148). Sum of RGB (Red+Green+Blue) = 20+80+148=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #145094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145094 is #EBAF6B. Grayscale: #454545. Windows color (decimal): -15445868 or 9719828. OLE color: 9719828.

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

Color convert

RGB 20 80 148 -
CMYK 0.86 0.46 0 0.42
HSL 211.88º 0.76% 0.33% -
HSV(B) 211.88º 0.86% 0.58% -
XYZ 8.5 8.02 29.12 -
YUV 69.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 20 80 148 0.86 0.46 0 0.42 211.88 0.76 0.33
Hex 14 50 94 56 2E 0 2A D4 4C 21
Octal 24 120 224 126 56 0 52 324 114 41
Binary 10100 1010000 10010100 1010110 101110 0 101010 11010100 1001100 100001

Color Harmonies of #145094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145094

Black with #145094

Text Example


Text Example

White with #145094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145094; }

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

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

background-color css

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

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

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

border-color css

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

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

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