Html Css Color HEX #195598 Endeavour

📋 copy color: '#195598'

red 25 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #195598

Tints of Endeavour #195598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 9.54%
G = 32.44%
B = 58.02%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#195598 (or 0x195598) is known color: Endeavour. HEX triplet: 19, 55 and 98. RGB value is (25,85,152). Sum of RGB (Red+Green+Blue) = 25+85+152=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #195598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195598 is #E6AA67. Grayscale: #4A4A4A. Windows color (decimal): -15116904 or 9983257. OLE color: 9983257.

HSL color Cylindrical-coordinate representation of color #195598: hue angle of 211.65º 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 #195598 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 85 152 -
CMYK 0.84 0.44 0 0.40
HSL 211.65º 0.72% 0.35% -
HSV(B) 211.65º 0.84% 0.6% -
XYZ 9.32 8.97 30.95 -
YUV 74.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 25 85 152 0.84 0.44 0 0.40 211.65 0.72 0.35
Hex 19 55 98 54 2C 0 28 D4 48 23
Octal 31 125 230 124 54 0 50 324 110 43
Binary 11001 1010101 10011000 1010100 101100 0 101000 11010100 1001000 100011

Color Harmonies of #195598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195598

Black with #195598

Text Example


Text Example

White with #195598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195598; }

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

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

background-color css

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

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

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

border-color css

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

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

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