Html Css Color HEX #194691 Endeavour

📋 copy color: '#194691'

red 25 ◦ green 70 ◦ blue 145

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

Shades of Endeavour #194691

Tints of Endeavour #194691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 10.42%
G = 29.17%
B = 60.42%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194691 (or 0x194691) is known color: Endeavour. HEX triplet: 19, 46 and 91. RGB value is (25,70,145). Sum of RGB (Red+Green+Blue) = 25+70+145=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #194691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194691 is #E6B96E. Grayscale: #404040. Windows color (decimal): -15120751 or 9520665. OLE color: 9520665.

HSL color Cylindrical-coordinate representation of color #194691: hue angle of 217.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194691 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 70 145 -
CMYK 0.83 0.52 0 0.43
HSL 217.5º 0.71% 0.33% -
HSV(B) 217.5º 0.83% 0.57% -
XYZ 7.7 6.63 27.66 -
YUV 65.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 25 70 145 0.83 0.52 0 0.43 217.5 0.71 0.33
Hex 19 46 91 53 34 0 2B DA 47 21
Octal 31 106 221 123 64 0 53 332 107 41
Binary 11001 1000110 10010001 1010011 110100 0 101011 11011010 1000111 100001

Color Harmonies of #194691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194691

Black with #194691

Text Example


Text Example

White with #194691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194691; }

 p { color: rgb(25,70,145); }

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

background-color css

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

 a { background-color: rgb(25,70,145); }

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

border-color css

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

 span { border-color: rgb(25,70,145); }

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