Html Css Color HEX #194D9D Endeavour

📋 copy color: '#194D9D'

red 25 ◦ green 77 ◦ blue 157

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

Shades of Endeavour #194D9D

Tints of Endeavour #194D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 9.65%
G = 29.73%
B = 60.62%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#194D9D (or 0x194D9D) is known color: Endeavour. HEX triplet: 19, 4D and 9D. RGB value is (25,77,157). Sum of RGB (Red+Green+Blue) = 25+77+157=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #194D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9D is #E6B262. Grayscale: #464646. Windows color (decimal): -15118947 or 10308889. OLE color: 10308889.

HSL color Cylindrical-coordinate representation of color #194D9D: hue angle of 216.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9D is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 77 157 -
CMYK 0.84 0.51 0 0.38
HSL 216.36º 0.73% 0.36% -
HSV(B) 216.36º 0.84% 0.62% -
XYZ 9.14 7.95 32.95 -
YUV 70.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 25 77 157 0.84 0.51 0 0.38 216.36 0.73 0.36
Hex 19 4D 9D 54 33 0 26 D8 49 24
Octal 31 115 235 124 63 0 46 330 111 44
Binary 11001 1001101 10011101 1010100 110011 0 100110 11011000 1001001 100100

Color Harmonies of #194D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D9D

Black with #194D9D

Text Example


Text Example

White with #194D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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