Html Css Color HEX #194C8D Endeavour

📋 copy color: '#194C8D'

red 25 ◦ green 76 ◦ blue 141

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

Shades of Endeavour #194C8D

Tints of Endeavour #194C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 10.33%
G = 31.4%
B = 58.26%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#194C8D (or 0x194C8D) is known color: Endeavour. HEX triplet: 19, 4C and 8D. RGB value is (25,76,141). Sum of RGB (Red+Green+Blue) = 25+76+141=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #194C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194C8D is #E6B372. Grayscale: #434343. Windows color (decimal): -15119219 or 9260057. OLE color: 9260057.

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

Color convert

RGB 25 76 141 -
CMYK 0.82 0.46 0 0.45
HSL 213.62º 0.7% 0.33% -
HSV(B) 213.62º 0.82% 0.55% -
XYZ 7.79 7.3 26.2 -
YUV 68.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 25 76 141 0.82 0.46 0 0.45 213.62 0.7 0.33
Hex 19 4C 8D 52 2E 0 2D D6 46 21
Octal 31 114 215 122 56 0 55 326 106 41
Binary 11001 1001100 10001101 1010010 101110 0 101101 11010110 1000110 100001

Color Harmonies of #194C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C8D

Black with #194C8D

Text Example


Text Example

White with #194C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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