Html Css Color HEX #194C89 Endeavour

📋 copy color: '#194C89'

red 25 ◦ green 76 ◦ blue 137

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

Shades of Endeavour #194C89

Tints of Endeavour #194C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 10.5%
G = 31.93%
B = 57.56%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194C89 (or 0x194C89) is known color: Endeavour. HEX triplet: 19, 4C and 89. RGB value is (25,76,137). Sum of RGB (Red+Green+Blue) = 25+76+137=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #194C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C89 is #E6B376. Grayscale: #434343. Windows color (decimal): -15119223 or 8997913. OLE color: 8997913.

HSL color Cylindrical-coordinate representation of color #194C89: hue angle of 212.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194C89 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 76 137 -
CMYK 0.82 0.45 0 0.46
HSL 212.68º 0.69% 0.32% -
HSV(B) 212.68º 0.82% 0.54% -
XYZ 7.5 7.18 24.66 -
YUV 67.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 25 76 137 0.82 0.45 0 0.46 212.68 0.69 0.32
Hex 19 4C 89 52 2D 0 2E D5 45 20
Octal 31 114 211 122 55 0 56 325 105 40
Binary 11001 1001100 10001001 1010010 101101 0 101110 11010101 1000101 100000

Color Harmonies of #194C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C89

Black with #194C89

Text Example


Text Example

White with #194C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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