Html Css Color HEX #195289 Endeavour

📋 copy color: '#195289'

red 25 ◦ green 82 ◦ blue 137

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

Shades of Endeavour #195289

Tints of Endeavour #195289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.15%

R = 10.25%
G = 33.61%
B = 56.15%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195289 (or 0x195289) is known color: Endeavour. HEX triplet: 19, 52 and 89. RGB value is (25,82,137). Sum of RGB (Red+Green+Blue) = 25+82+137=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #195289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195289 is #E6AD76. Grayscale: #464646. Windows color (decimal): -15117687 or 8999449. OLE color: 8999449.

HSL color Cylindrical-coordinate representation of color #195289: hue angle of 209.46º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195289 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 82 137 -
CMYK 0.82 0.40 0 0.46
HSL 209.46º 0.69% 0.32% -
HSV(B) 209.46º 0.82% 0.54% -
XYZ 7.93 8.05 24.8 -
YUV 71.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 25 82 137 0.82 0.40 0 0.46 209.46 0.69 0.32
Hex 19 52 89 52 28 0 2E D1 45 20
Octal 31 122 211 122 50 0 56 321 105 40
Binary 11001 1010010 10001001 1010010 101000 0 101110 11010001 1000101 100000

Color Harmonies of #195289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195289

Black with #195289

Text Example


Text Example

White with #195289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195289; }

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

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

background-color css

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

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

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

border-color css

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

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

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