Html Css Color HEX #195098 Endeavour

📋 copy color: '#195098'

red 25 ◦ green 80 ◦ blue 152

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

Shades of Endeavour #195098

Tints of Endeavour #195098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 9.73%
G = 31.13%
B = 59.14%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#195098 (or 0x195098) is known color: Endeavour. HEX triplet: 19, 50 and 98. RGB value is (25,80,152). Sum of RGB (Red+Green+Blue) = 25+80+152=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #195098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195098 is #E6AF67. Grayscale: #474747. Windows color (decimal): -15118184 or 9981977. OLE color: 9981977.

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

Color convert

RGB 25 80 152 -
CMYK 0.84 0.47 0 0.40
HSL 214.02º 0.72% 0.35% -
HSV(B) 214.02º 0.84% 0.6% -
XYZ 8.94 8.21 30.82 -
YUV 71.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 25 80 152 0.84 0.47 0 0.40 214.02 0.72 0.35
Hex 19 50 98 54 2F 0 28 D6 48 23
Octal 31 120 230 124 57 0 50 326 110 43
Binary 11001 1010000 10011000 1010100 101111 0 101000 11010110 1001000 100011

Color Harmonies of #195098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195098

Black with #195098

Text Example


Text Example

White with #195098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195098; }

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

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

background-color css

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

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

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

border-color css

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

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

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