Html Css Color HEX #146194 Endeavour

📋 copy color: '#146194'

red 20 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #146194

Tints of Endeavour #146194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 7.55%
G = 36.6%
B = 55.85%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146194 (or 0x146194) is known color: Endeavour. HEX triplet: 14, 61 and 94. RGB value is (20,97,148). Sum of RGB (Red+Green+Blue) = 20+97+148=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #146194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146194 is #EB9E6B. Grayscale: #4F4F4F. Windows color (decimal): -15441516 or 9724180. OLE color: 9724180.

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

Color convert

RGB 20 97 148 -
CMYK 0.86 0.34 0 0.42
HSL 203.91º 0.76% 0.33% -
HSV(B) 203.91º 0.86% 0.58% -
XYZ 9.91 10.84 29.59 -
YUV 79.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 20 97 148 0.86 0.34 0 0.42 203.91 0.76 0.33
Hex 14 61 94 56 22 0 2A CC 4C 21
Octal 24 141 224 126 42 0 52 314 114 41
Binary 10100 1100001 10010100 1010110 100010 0 101010 11001100 1001100 100001

Color Harmonies of #146194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146194

Black with #146194

Text Example


Text Example

White with #146194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146194; }

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

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

background-color css

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

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

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

border-color css

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

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

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