Html Css Color HEX #195395 Endeavour

📋 copy color: '#195395'

red 25 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #195395

Tints of Endeavour #195395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 9.73%
G = 32.3%
B = 57.98%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195395 (or 0x195395) is known color: Endeavour. HEX triplet: 19, 53 and 95. RGB value is (25,83,149). Sum of RGB (Red+Green+Blue) = 25+83+149=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #195395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195395 is #E6AC6A. Grayscale: #484848. Windows color (decimal): -15117419 or 9786137. OLE color: 9786137.

HSL color Cylindrical-coordinate representation of color #195395: hue angle of 211.94º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195395 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 83 149 -
CMYK 0.83 0.44 0 0.42
HSL 211.94º 0.71% 0.34% -
HSV(B) 211.94º 0.83% 0.58% -
XYZ 8.92 8.56 29.62 -
YUV 73.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 25 83 149 0.83 0.44 0 0.42 211.94 0.71 0.34
Hex 19 53 95 53 2C 0 2A D4 47 22
Octal 31 123 225 123 54 0 52 324 107 42
Binary 11001 1010011 10010101 1010011 101100 0 101010 11010100 1000111 100010

Color Harmonies of #195395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195395

Black with #195395

Text Example


Text Example

White with #195395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195395; }

 p { color: rgb(25,83,149); }

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

background-color css

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

 a { background-color: rgb(25,83,149); }

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

border-color css

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

 span { border-color: rgb(25,83,149); }

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