Html Css Color HEX #194C9B Endeavour

📋 copy color: '#194C9B'

red 25 ◦ green 76 ◦ blue 155

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

Shades of Endeavour #194C9B

Tints of Endeavour #194C9B

RGB

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

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

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

R = 9.77%
G = 29.69%
B = 60.55%

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

#194C9B (or 0x194C9B) is known color: Endeavour. HEX triplet: 19, 4C and 9B. RGB value is (25,76,155). Sum of RGB (Red+Green+Blue) = 25+76+155=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #194C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C9B is #E6B364. Grayscale: #454545. Windows color (decimal): -15119205 or 10177561. OLE color: 10177561.

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

Color convert

RGB 25 76 155 -
CMYK 0.84 0.51 0 0.39
HSL 216.46º 0.72% 0.35% -
HSV(B) 216.46º 0.84% 0.61% -
XYZ 8.9 7.74 32.04 -
YUV 69.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 25 76 155 0.84 0.51 0 0.39 216.46 0.72 0.35
Hex 19 4C 9B 54 33 0 27 D8 48 23
Octal 31 114 233 124 63 0 47 330 110 43
Binary 11001 1001100 10011011 1010100 110011 0 100111 11011000 1001000 100011

Color Harmonies of #194C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C9B

Black with #194C9B

Text Example


Text Example

White with #194C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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