Html Css Color HEX #194893 Endeavour

📋 copy color: '#194893'

red 25 ◦ green 72 ◦ blue 147

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

Shades of Endeavour #194893

Tints of Endeavour #194893

RGB

 RED value IS 25 (10.16% from 255) = 10.25%

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 10.25%
G = 29.51%
B = 60.25%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#194893 (or 0x194893) is known color: Endeavour. HEX triplet: 19, 48 and 93. RGB value is (25,72,147). Sum of RGB (Red+Green+Blue) = 25+72+147=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #194893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194893 is #E6B76C. Grayscale: #424242. Windows color (decimal): -15120237 or 9652249. OLE color: 9652249.

HSL color Cylindrical-coordinate representation of color #194893: hue angle of 216.89º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194893 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 72 147 -
CMYK 0.83 0.51 0 0.42
HSL 216.89º 0.71% 0.34% -
HSV(B) 216.89º 0.83% 0.58% -
XYZ 7.98 6.95 28.52 -
YUV 66.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 25 72 147 0.83 0.51 0 0.42 216.89 0.71 0.34
Hex 19 48 93 53 33 0 2A D9 47 22
Octal 31 110 223 123 63 0 52 331 107 42
Binary 11001 1001000 10010011 1010011 110011 0 101010 11011001 1000111 100010

Color Harmonies of #194893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194893

Black with #194893

Text Example


Text Example

White with #194893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194893; }

 p { color: rgb(25,72,147); }

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

background-color css

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

 a { background-color: rgb(25,72,147); }

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

border-color css

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

 span { border-color: rgb(25,72,147); }

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