Html Css Color HEX #195089 Endeavour

📋 copy color: '#195089'

red 25 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #195089

Tints of Endeavour #195089

RGB

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

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

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

R = 10.33%
G = 33.06%
B = 56.61%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#195089 (or 0x195089) is known color: Endeavour. HEX triplet: 19, 50 and 89. RGB value is (25,80,137). Sum of RGB (Red+Green+Blue) = 25+80+137=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #195089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195089 is #E6AF76. Grayscale: #454545. Windows color (decimal): -15118199 or 8998937. OLE color: 8998937.

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

Color convert

RGB 25 80 137 -
CMYK 0.82 0.42 0 0.46
HSL 210.54º 0.69% 0.32% -
HSV(B) 210.54º 0.82% 0.54% -
XYZ 7.78 7.75 24.75 -
YUV 70.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 25 80 137 0.82 0.42 0 0.46 210.54 0.69 0.32
Hex 19 50 89 52 2A 0 2E D3 45 20
Octal 31 120 211 122 52 0 56 323 105 40
Binary 11001 1010000 10001001 1010010 101010 0 101110 11010011 1000101 100000

Color Harmonies of #195089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195089

Black with #195089

Text Example


Text Example

White with #195089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195089; }

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

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

background-color css

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

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

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

border-color css

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

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

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