Html Css Color HEX #194E9B Endeavour

📋 copy color: '#194E9B'

red 25 ◦ green 78 ◦ blue 155

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

Shades of Endeavour #194E9B

Tints of Endeavour #194E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

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

R = 9.69%
G = 30.23%
B = 60.08%

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

#194E9B (or 0x194E9B) is known color: Endeavour. HEX triplet: 19, 4E and 9B. RGB value is (25,78,155). Sum of RGB (Red+Green+Blue) = 25+78+155=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #194E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E9B is #E6B164. Grayscale: #464646. Windows color (decimal): -15118693 or 10178073. OLE color: 10178073.

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

Color convert

RGB 25 78 155 -
CMYK 0.84 0.50 0 0.39
HSL 215.54º 0.72% 0.35% -
HSV(B) 215.54º 0.84% 0.61% -
XYZ 9.04 8.02 32.08 -
YUV 70.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 25 78 155 0.84 0.50 0 0.39 215.54 0.72 0.35
Hex 19 4E 9B 54 32 0 27 D8 48 23
Octal 31 116 233 124 62 0 47 330 110 43
Binary 11001 1001110 10011011 1010100 110010 0 100111 11011000 1001000 100011

Color Harmonies of #194E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E9B

Black with #194E9B

Text Example


Text Example

White with #194E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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