Html Css Color HEX #195491 Endeavour

📋 copy color: '#195491'

red 25 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #195491

Tints of Endeavour #195491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 145 (57.03% from 255) = 57.09%

R = 9.84%
G = 33.07%
B = 57.09%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195491 (or 0x195491) is known color: Endeavour. HEX triplet: 19, 54 and 91. RGB value is (25,84,145). Sum of RGB (Red+Green+Blue) = 25+84+145=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #195491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195491 is #E6AB6E. Grayscale: #494949. Windows color (decimal): -15117167 or 9524249. OLE color: 9524249.

HSL color Cylindrical-coordinate representation of color #195491: hue angle of 210.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195491 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 84 145 -
CMYK 0.83 0.42 0 0.43
HSL 210.5º 0.71% 0.33% -
HSV(B) 210.5º 0.83% 0.57% -
XYZ 8.68 8.59 27.99 -
YUV 73.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 25 84 145 0.83 0.42 0 0.43 210.5 0.71 0.33
Hex 19 54 91 53 2A 0 2B D2 47 21
Octal 31 124 221 123 52 0 53 322 107 41
Binary 11001 1010100 10010001 1010011 101010 0 101011 11010010 1000111 100001

Color Harmonies of #195491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195491

Black with #195491

Text Example


Text Example

White with #195491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195491; }

 p { color: rgb(25,84,145); }

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

background-color css

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

 a { background-color: rgb(25,84,145); }

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

border-color css

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

 span { border-color: rgb(25,84,145); }

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