Html Css Color HEX #195190 Endeavour

📋 copy color: '#195190'

red 25 ◦ green 81 ◦ blue 144

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

Shades of Endeavour #195190

Tints of Endeavour #195190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 10%
G = 32.4%
B = 57.6%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#195190 (or 0x195190) is known color: Endeavour. HEX triplet: 19, 51 and 90. RGB value is (25,81,144). Sum of RGB (Red+Green+Blue) = 25+81+144=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #195190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195190 is #E6AE6F. Grayscale: #474747. Windows color (decimal): -15117936 or 9457945. OLE color: 9457945.

HSL color Cylindrical-coordinate representation of color #195190: hue angle of 211.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195190 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 81 144 -
CMYK 0.83 0.44 0 0.44
HSL 211.76º 0.7% 0.33% -
HSV(B) 211.76º 0.83% 0.56% -
XYZ 8.38 8.11 27.51 -
YUV 71.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 25 81 144 0.83 0.44 0 0.44 211.76 0.7 0.33
Hex 19 51 90 53 2C 0 2C D4 46 21
Octal 31 121 220 123 54 0 54 324 106 41
Binary 11001 1010001 10010000 1010011 101100 0 101100 11010100 1000110 100001

Color Harmonies of #195190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195190

Black with #195190

Text Example


Text Example

White with #195190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195190; }

 p { color: rgb(25,81,144); }

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

background-color css

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

 a { background-color: rgb(25,81,144); }

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

border-color css

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

 span { border-color: rgb(25,81,144); }

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