Html Css Color HEX #195D9F Endeavour

📋 copy color: '#195D9F'

red 25 ◦ green 93 ◦ blue 159

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

Shades of Endeavour #195D9F

Tints of Endeavour #195D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 9.03%
G = 33.57%
B = 57.4%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#195D9F (or 0x195D9F) is known color: Endeavour. HEX triplet: 19, 5D and 9F. RGB value is (25,93,159). Sum of RGB (Red+Green+Blue) = 25+93+159=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #195D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D9F is #E6A260. Grayscale: #4F4F4F. Windows color (decimal): -15114849 or 10444057. OLE color: 10444057.

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

Color convert

RGB 25 93 159 -
CMYK 0.84 0.42 0 0.38
HSL 209.55º 0.73% 0.36% -
HSV(B) 209.55º 0.84% 0.62% -
XYZ 10.57 10.54 34.28 -
YUV 80.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 25 93 159 0.84 0.42 0 0.38 209.55 0.73 0.36
Hex 19 5D 9F 54 2A 0 26 D2 49 24
Octal 31 135 237 124 52 0 46 322 111 44
Binary 11001 1011101 10011111 1010100 101010 0 100110 11010010 1001001 100100

Color Harmonies of #195D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D9F

Black with #195D9F

Text Example


Text Example

White with #195D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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