Html Css Color HEX #194D9C Endeavour

📋 copy color: '#194D9C'

red 25 ◦ green 77 ◦ blue 156

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

Shades of Endeavour #194D9C

Tints of Endeavour #194D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 9.69%
G = 29.84%
B = 60.47%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#194D9C (or 0x194D9C) is known color: Endeavour. HEX triplet: 19, 4D and 9C. RGB value is (25,77,156). Sum of RGB (Red+Green+Blue) = 25+77+156=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #194D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9C is #E6B263. Grayscale: #464646. Windows color (decimal): -15118948 or 10243353. OLE color: 10243353.

HSL color Cylindrical-coordinate representation of color #194D9C: hue angle of 216.18º 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 #194D9C is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 77 156 -
CMYK 0.84 0.51 0 0.39
HSL 216.18º 0.72% 0.35% -
HSV(B) 216.18º 0.84% 0.61% -
XYZ 9.06 7.91 32.5 -
YUV 70.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 25 77 156 0.84 0.51 0 0.39 216.18 0.72 0.35
Hex 19 4D 9C 54 33 0 27 D8 48 23
Octal 31 115 234 124 63 0 47 330 110 43
Binary 11001 1001101 10011100 1010100 110011 0 100111 11011000 1001000 100011

Color Harmonies of #194D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194D9C

Black with #194D9C

Text Example


Text Example

White with #194D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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