Html Css Color HEX #195F99 Endeavour

📋 copy color: '#195F99'

red 25 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #195F99

Tints of Endeavour #195F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 9.16%
G = 34.8%
B = 56.04%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#195F99 (or 0x195F99) is known color: Endeavour. HEX triplet: 19, 5F and 99. RGB value is (25,95,153). Sum of RGB (Red+Green+Blue) = 25+95+153=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #195F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F99 is #E6A066. Grayscale: #505050. Windows color (decimal): -15114343 or 10051353. OLE color: 10051353.

HSL color Cylindrical-coordinate representation of color #195F99: hue angle of 207.19º 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 #195F99 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 95 153 -
CMYK 0.84 0.38 0 0.4
HSL 207.19º 0.72% 0.35% -
HSV(B) 207.19º 0.84% 0.6% -
XYZ 10.24 10.69 31.66 -
YUV 80.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 25 95 153 0.84 0.38 0 0.4 207.19 0.72 0.35
Hex 19 5F 99 54 26 0 28 CF 48 23
Octal 31 137 231 124 46 0 50 317 110 43
Binary 11001 1011111 10011001 1010100 100110 0 101000 11001111 1001000 100011

Color Harmonies of #195F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F99

Black with #195F99

Text Example


Text Example

White with #195F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195F99; }

 p { color: rgb(25,95,153); }

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

background-color css

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

 a { background-color: rgb(25,95,153); }

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

border-color css

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

 span { border-color: rgb(25,95,153); }

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