Html Css Color HEX #195291 Endeavour

📋 copy color: '#195291'

red 25 ◦ green 82 ◦ blue 145

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

Shades of Endeavour #195291

Tints of Endeavour #195291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 9.92%
G = 32.54%
B = 57.54%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195291 (or 0x195291) is known color: Endeavour. HEX triplet: 19, 52 and 91. RGB value is (25,82,145). Sum of RGB (Red+Green+Blue) = 25+82+145=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #195291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195291 is #E6AD6E. Grayscale: #474747. Windows color (decimal): -15117679 or 9523737. OLE color: 9523737.

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

Color convert

RGB 25 82 145 -
CMYK 0.83 0.43 0 0.43
HSL 211.5º 0.71% 0.33% -
HSV(B) 211.5º 0.83% 0.57% -
XYZ 8.53 8.29 27.94 -
YUV 72.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 25 82 145 0.83 0.43 0 0.43 211.5 0.71 0.33
Hex 19 52 91 53 2B 0 2B D4 47 21
Octal 31 122 221 123 53 0 53 324 107 41
Binary 11001 1010010 10010001 1010011 101011 0 101011 11010100 1000111 100001

Color Harmonies of #195291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195291

Black with #195291

Text Example


Text Example

White with #195291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195291; }

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

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

background-color css

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

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

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

border-color css

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

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

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