Html Css Color HEX #195694 Endeavour

📋 copy color: '#195694'

red 25 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #195694

Tints of Endeavour #195694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 9.65%
G = 33.2%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195694 (or 0x195694) is known color: Endeavour. HEX triplet: 19, 56 and 94. RGB value is (25,86,148). Sum of RGB (Red+Green+Blue) = 25+86+148=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #195694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195694 is #E6A96B. Grayscale: #4A4A4A. Windows color (decimal): -15116652 or 9721369. OLE color: 9721369.

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

Color convert

RGB 25 86 148 -
CMYK 0.83 0.42 0 0.42
HSL 210.24º 0.71% 0.34% -
HSV(B) 210.24º 0.83% 0.58% -
XYZ 9.07 9 29.28 -
YUV 74.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 25 86 148 0.83 0.42 0 0.42 210.24 0.71 0.34
Hex 19 56 94 53 2A 0 2A D2 47 22
Octal 31 126 224 123 52 0 52 322 107 42
Binary 11001 1010110 10010100 1010011 101010 0 101010 11010010 1000111 100010

Color Harmonies of #195694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195694

Black with #195694

Text Example


Text Example

White with #195694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195694; }

 p { color: rgb(25,86,148); }

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

background-color css

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

 a { background-color: rgb(25,86,148); }

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

border-color css

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

 span { border-color: rgb(25,86,148); }

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