Html Css Color HEX #195893 Endeavour

📋 copy color: '#195893'

red 25 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #195893

Tints of Endeavour #195893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 9.62%
G = 33.85%
B = 56.54%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195893 (or 0x195893) is known color: Endeavour. HEX triplet: 19, 58 and 93. RGB value is (25,88,147). Sum of RGB (Red+Green+Blue) = 25+88+147=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #195893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195893 is #E6A76C. Grayscale: #4B4B4B. Windows color (decimal): -15116141 or 9656345. OLE color: 9656345.

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

Color convert

RGB 25 88 147 -
CMYK 0.83 0.40 0 0.42
HSL 209.02º 0.71% 0.34% -
HSV(B) 209.02º 0.83% 0.58% -
XYZ 9.16 9.29 28.91 -
YUV 75.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 25 88 147 0.83 0.40 0 0.42 209.02 0.71 0.34
Hex 19 58 93 53 28 0 2A D1 47 22
Octal 31 130 223 123 50 0 52 321 107 42
Binary 11001 1011000 10010011 1010011 101000 0 101010 11010001 1000111 100010

Color Harmonies of #195893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195893

Black with #195893

Text Example


Text Example

White with #195893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195893; }

 p { color: rgb(25,88,147); }

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

background-color css

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

 a { background-color: rgb(25,88,147); }

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

border-color css

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

 span { border-color: rgb(25,88,147); }

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