Html Css Color HEX #194D9B Endeavour

📋 copy color: '#194D9B'

red 25 ◦ green 77 ◦ blue 155

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

Shades of Endeavour #194D9B

Tints of Endeavour #194D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 9.73%
G = 29.96%
B = 60.31%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#194D9B (or 0x194D9B) is known color: Endeavour. HEX triplet: 19, 4D and 9B. RGB value is (25,77,155). Sum of RGB (Red+Green+Blue) = 25+77+155=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #194D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9B is #E6B264. Grayscale: #454545. Windows color (decimal): -15118949 or 10177817. OLE color: 10177817.

HSL color Cylindrical-coordinate representation of color #194D9B: hue angle of 216º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9B is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 77 155 -
CMYK 0.84 0.50 0 0.39
HSL 216º 0.72% 0.35% -
HSV(B) 216º 0.84% 0.61% -
XYZ 8.97 7.88 32.06 -
YUV 70.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 25 77 155 0.84 0.50 0 0.39 216 0.72 0.35
Hex 19 4D 9B 54 32 0 27 D8 48 23
Octal 31 115 233 124 62 0 47 330 110 43
Binary 11001 1001101 10011011 1010100 110010 0 100111 11011000 1001000 100011

Color Harmonies of #194D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D9B

Black with #194D9B

Text Example


Text Example

White with #194D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,155); }

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

background-color css

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

 a { background-color: rgb(25,77,155); }

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

border-color css

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

 span { border-color: rgb(25,77,155); }

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