Html Css Color HEX #194897 Endeavour

📋 copy color: '#194897'

red 25 ◦ green 72 ◦ blue 151

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

Shades of Endeavour #194897

Tints of Endeavour #194897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 10.08%
G = 29.03%
B = 60.89%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#194897 (or 0x194897) is known color: Endeavour. HEX triplet: 19, 48 and 97. RGB value is (25,72,151). Sum of RGB (Red+Green+Blue) = 25+72+151=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #194897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194897 is #E6B768. Grayscale: #424242. Windows color (decimal): -15120233 or 9914393. OLE color: 9914393.

HSL color Cylindrical-coordinate representation of color #194897: hue angle of 217.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194897 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 72 151 -
CMYK 0.83 0.52 0 0.41
HSL 217.62º 0.72% 0.35% -
HSV(B) 217.62º 0.83% 0.59% -
XYZ 8.3 7.08 30.21 -
YUV 66.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 25 72 151 0.83 0.52 0 0.41 217.62 0.72 0.35
Hex 19 48 97 53 34 0 29 DA 48 23
Octal 31 110 227 123 64 0 51 332 110 43
Binary 11001 1001000 10010111 1010011 110100 0 101001 11011010 1001000 100011

Color Harmonies of #194897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194897

Black with #194897

Text Example


Text Example

White with #194897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194897; }

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

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

background-color css

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

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

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

border-color css

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

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

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