Html Css Color HEX #194C97 Endeavour

📋 copy color: '#194C97'

red 25 ◦ green 76 ◦ blue 151

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

Shades of Endeavour #194C97

Tints of Endeavour #194C97

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 9.92%
G = 30.16%
B = 59.92%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#194C97 (or 0x194C97) is known color: Endeavour. HEX triplet: 19, 4C and 97. RGB value is (25,76,151). Sum of RGB (Red+Green+Blue) = 25+76+151=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #194C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C97 is #E6B368. Grayscale: #444444. Windows color (decimal): -15119209 or 9915417. OLE color: 9915417.

HSL color Cylindrical-coordinate representation of color #194C97: hue angle of 215.71º 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 #194C97 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 76 151 -
CMYK 0.83 0.50 0 0.41
HSL 215.71º 0.72% 0.35% -
HSV(B) 215.71º 0.83% 0.59% -
XYZ 8.57 7.61 30.3 -
YUV 69.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 25 76 151 0.83 0.50 0 0.41 215.71 0.72 0.35
Hex 19 4C 97 53 32 0 29 D8 48 23
Octal 31 114 227 123 62 0 51 330 110 43
Binary 11001 1001100 10010111 1010011 110010 0 101001 11011000 1001000 100011

Color Harmonies of #194C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C97

Black with #194C97

Text Example


Text Example

White with #194C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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