Html Css Color HEX #195091 Endeavour

📋 copy color: '#195091'

red 25 ◦ green 80 ◦ blue 145

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

Shades of Endeavour #195091

Tints of Endeavour #195091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 10%
G = 32%
B = 58%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195091 (or 0x195091) is known color: Endeavour. HEX triplet: 19, 50 and 91. RGB value is (25,80,145). Sum of RGB (Red+Green+Blue) = 25+80+145=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #195091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195091 is #E6AF6E. Grayscale: #464646. Windows color (decimal): -15118191 or 9523225. OLE color: 9523225.

HSL color Cylindrical-coordinate representation of color #195091: hue angle of 212.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 #195091 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 80 145 -
CMYK 0.83 0.45 0 0.43
HSL 212.5º 0.71% 0.33% -
HSV(B) 212.5º 0.83% 0.57% -
XYZ 8.38 7.99 27.89 -
YUV 70.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 25 80 145 0.83 0.45 0 0.43 212.5 0.71 0.33
Hex 19 50 91 53 2D 0 2B D4 47 21
Octal 31 120 221 123 55 0 53 324 107 41
Binary 11001 1010000 10010001 1010011 101101 0 101011 11010100 1000111 100001

Color Harmonies of #195091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195091

Black with #195091

Text Example


Text Example

White with #195091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195091; }

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

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

background-color css

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

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

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

border-color css

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

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

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