Html Css Color HEX #195390 Endeavour

📋 copy color: '#195390'

red 25 ◦ green 83 ◦ blue 144

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

Shades of Endeavour #195390

Tints of Endeavour #195390

RGB

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

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

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

R = 9.92%
G = 32.94%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#195390 (or 0x195390) is known color: Endeavour. HEX triplet: 19, 53 and 90. RGB value is (25,83,144). Sum of RGB (Red+Green+Blue) = 25+83+144=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #195390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195390 is #E6AC6F. Grayscale: #484848. Windows color (decimal): -15117424 or 9458457. OLE color: 9458457.

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

Color convert

RGB 25 83 144 -
CMYK 0.83 0.42 0 0.44
HSL 210.76º 0.7% 0.33% -
HSV(B) 210.76º 0.83% 0.56% -
XYZ 8.53 8.41 27.56 -
YUV 72.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 25 83 144 0.83 0.42 0 0.44 210.76 0.7 0.33
Hex 19 53 90 53 2A 0 2C D3 46 21
Octal 31 123 220 123 52 0 54 323 106 41
Binary 11001 1010011 10010000 1010011 101010 0 101100 11010011 1000110 100001

Color Harmonies of #195390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195390

Black with #195390

Text Example


Text Example

White with #195390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195390; }

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

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

background-color css

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

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

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

border-color css

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

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

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