Html Css Color HEX #195290 Endeavour

📋 copy color: '#195290'

red 25 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #195290

Tints of Endeavour #195290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 9.96%
G = 32.67%
B = 57.37%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#195290 (or 0x195290) is known color: Endeavour. HEX triplet: 19, 52 and 90. RGB value is (25,82,144). Sum of RGB (Red+Green+Blue) = 25+82+144=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #195290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195290 is #E6AD6F. Grayscale: #474747. Windows color (decimal): -15117680 or 9458201. OLE color: 9458201.

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

Color convert

RGB 25 82 144 -
CMYK 0.83 0.43 0 0.44
HSL 211.26º 0.7% 0.33% -
HSV(B) 211.26º 0.83% 0.56% -
XYZ 8.45 8.25 27.53 -
YUV 72.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 25 82 144 0.83 0.43 0 0.44 211.26 0.7 0.33
Hex 19 52 90 53 2B 0 2C D3 46 21
Octal 31 122 220 123 53 0 54 323 106 41
Binary 11001 1010010 10010000 1010011 101011 0 101100 11010011 1000110 100001

Color Harmonies of #195290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195290

Black with #195290

Text Example


Text Example

White with #195290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195290; }

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

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

background-color css

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

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

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

border-color css

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

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

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