Html Css Color HEX #194692 Endeavour

📋 copy color: '#194692'

red 25 ◦ green 70 ◦ blue 146

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

Shades of Endeavour #194692

Tints of Endeavour #194692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 10.37%
G = 29.05%
B = 60.58%

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

#194692 (or 0x194692) is known color: Endeavour. HEX triplet: 19, 46 and 92. RGB value is (25,70,146). Sum of RGB (Red+Green+Blue) = 25+70+146=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #194692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194692 is #E6B96D. Grayscale: #404040. Windows color (decimal): -15120750 or 9586201. OLE color: 9586201.

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

Color convert

RGB 25 70 146 -
CMYK 0.83 0.52 0 0.43
HSL 217.69º 0.71% 0.34% -
HSV(B) 217.69º 0.83% 0.57% -
XYZ 7.78 6.66 28.07 -
YUV 65.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 25 70 146 0.83 0.52 0 0.43 217.69 0.71 0.34
Hex 19 46 92 53 34 0 2B DA 47 22
Octal 31 106 222 123 64 0 53 332 107 42
Binary 11001 1000110 10010010 1010011 110100 0 101011 11011010 1000111 100010

Color Harmonies of #194692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194692

Black with #194692

Text Example


Text Example

White with #194692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194692; }

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

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

background-color css

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

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

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

border-color css

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

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

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