Html Css Color HEX #194C88 Endeavour

📋 copy color: '#194C88'

red 25 ◦ green 76 ◦ blue 136

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

Shades of Endeavour #194C88

Tints of Endeavour #194C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 10.55%
G = 32.07%
B = 57.38%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194C88 (or 0x194C88) is known color: Endeavour. HEX triplet: 19, 4C and 88. RGB value is (25,76,136). Sum of RGB (Red+Green+Blue) = 25+76+136=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #194C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C88 is #E6B377. Grayscale: #434343. Windows color (decimal): -15119224 or 8932377. OLE color: 8932377.

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

Color convert

RGB 25 76 136 -
CMYK 0.82 0.44 0 0.47
HSL 212.43º 0.69% 0.32% -
HSV(B) 212.43º 0.82% 0.53% -
XYZ 7.43 7.15 24.28 -
YUV 67.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 25 76 136 0.82 0.44 0 0.47 212.43 0.69 0.32
Hex 19 4C 88 52 2C 0 2F D4 45 20
Octal 31 114 210 122 54 0 57 324 105 40
Binary 11001 1001100 10001000 1010010 101100 0 101111 11010100 1000101 100000

Color Harmonies of #194C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C88

Black with #194C88

Text Example


Text Example

White with #194C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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