Html Css Color HEX #195DA0 Endeavour

📋 copy color: '#195DA0'

red 25 ◦ green 93 ◦ blue 160

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

Shades of Endeavour #195DA0

Tints of Endeavour #195DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 160 (62.89% from 255) = 57.55%

R = 8.99%
G = 33.45%
B = 57.55%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#195DA0 (or 0x195DA0) is known color: Endeavour. HEX triplet: 19, 5D and A0. RGB value is (25,93,160). Sum of RGB (Red+Green+Blue) = 25+93+160=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #195DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195DA0 is #E6A25F. Grayscale: #4F4F4F. Windows color (decimal): -15114848 or 10509593. OLE color: 10509593.

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

Color convert

RGB 25 93 160 -
CMYK 0.84 0.42 0 0.37
HSL 209.78º 0.73% 0.36% -
HSV(B) 209.78º 0.84% 0.63% -
XYZ 10.66 10.57 34.74 -
YUV 80.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 25 93 160 0.84 0.42 0 0.37 209.78 0.73 0.36
Hex 19 5D A0 54 2A 0 25 D2 49 24
Octal 31 135 240 124 52 0 45 322 111 44
Binary 11001 1011101 10100000 1010100 101010 0 100101 11010010 1001001 100100

Color Harmonies of #195DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DA0

Black with #195DA0

Text Example


Text Example

White with #195DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,93,160); }

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

background-color css

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

 a { background-color: rgb(25,93,160); }

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

border-color css

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

 span { border-color: rgb(25,93,160); }

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