Html Css Color HEX #195F9E Endeavour

📋 copy color: '#195F9E'

red 25 ◦ green 95 ◦ blue 158

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

Shades of Endeavour #195F9E

Tints of Endeavour #195F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 8.99%
G = 34.17%
B = 56.83%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#195F9E (or 0x195F9E) is known color: Endeavour. HEX triplet: 19, 5F and 9E. RGB value is (25,95,158). Sum of RGB (Red+Green+Blue) = 25+95+158=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #195F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F9E is #E6A061. Grayscale: #505050. Windows color (decimal): -15114338 or 10379033. OLE color: 10379033.

HSL color Cylindrical-coordinate representation of color #195F9E: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195F9E is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 95 158 -
CMYK 0.84 0.40 0 0.38
HSL 208.42º 0.73% 0.36% -
HSV(B) 208.42º 0.84% 0.62% -
XYZ 10.66 10.86 33.88 -
YUV 81.25 171.31 87.88 -
System Red Green Blue C M Y K H S L
Decimal 25 95 158 0.84 0.40 0 0.38 208.42 0.73 0.36
Hex 19 5F 9E 54 28 0 26 D0 49 24
Octal 31 137 236 124 50 0 46 320 111 44
Binary 11001 1011111 10011110 1010100 101000 0 100110 11010000 1001001 100100

Color Harmonies of #195F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F9E

Black with #195F9E

Text Example


Text Example

White with #195F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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