Html Css Color HEX #195097 Endeavour

📋 copy color: '#195097'

red 25 ◦ green 80 ◦ blue 151

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

Shades of Endeavour #195097

Tints of Endeavour #195097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 9.77%
G = 31.25%
B = 58.98%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#195097 (or 0x195097) is known color: Endeavour. HEX triplet: 19, 50 and 97. RGB value is (25,80,151). Sum of RGB (Red+Green+Blue) = 25+80+151=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #195097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195097 is #E6AF68. Grayscale: #474747. Windows color (decimal): -15118185 or 9916441. OLE color: 9916441.

HSL color Cylindrical-coordinate representation of color #195097: hue angle of 213.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195097 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 80 151 -
CMYK 0.83 0.47 0 0.41
HSL 213.81º 0.72% 0.35% -
HSV(B) 213.81º 0.83% 0.59% -
XYZ 8.86 8.18 30.39 -
YUV 71.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 25 80 151 0.83 0.47 0 0.41 213.81 0.72 0.35
Hex 19 50 97 53 2F 0 29 D6 48 23
Octal 31 120 227 123 57 0 51 326 110 43
Binary 11001 1010000 10010111 1010011 101111 0 101001 11010110 1001000 100011

Color Harmonies of #195097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195097

Black with #195097

Text Example


Text Example

White with #195097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195097; }

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

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

background-color css

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

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

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

border-color css

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

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

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