Html Css Color HEX #194A8A Endeavour

📋 copy color: '#194A8A'

red 25 ◦ green 74 ◦ blue 138

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

Shades of Endeavour #194A8A

Tints of Endeavour #194A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 138 (54.3% from 255) = 58.23%

R = 10.55%
G = 31.22%
B = 58.23%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194A8A (or 0x194A8A) is known color: Endeavour. HEX triplet: 19, 4A and 8A. RGB value is (25,74,138). Sum of RGB (Red+Green+Blue) = 25+74+138=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #194A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A8A is #E6B575. Grayscale: #424242. Windows color (decimal): -15119734 or 9062937. OLE color: 9062937.

HSL color Cylindrical-coordinate representation of color #194A8A: hue angle of 213.98º 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 #194A8A is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 74 138 -
CMYK 0.82 0.46 0 0.46
HSL 213.98º 0.69% 0.32% -
HSV(B) 213.98º 0.82% 0.54% -
XYZ 7.44 6.94 24.99 -
YUV 66.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 25 74 138 0.82 0.46 0 0.46 213.98 0.69 0.32
Hex 19 4A 8A 52 2E 0 2E D6 45 20
Octal 31 112 212 122 56 0 56 326 105 40
Binary 11001 1001010 10001010 1010010 101110 0 101110 11010110 1000101 100000

Color Harmonies of #194A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A8A

Black with #194A8A

Text Example


Text Example

White with #194A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,74,138); }

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

background-color css

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

 a { background-color: rgb(25,74,138); }

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

border-color css

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

 span { border-color: rgb(25,74,138); }

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