Html Css Color HEX #195B91 Endeavour

📋 copy color: '#195B91'

red 25 ◦ green 91 ◦ blue 145

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

Shades of Endeavour #195B91

Tints of Endeavour #195B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 9.58%
G = 34.87%
B = 55.56%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#195B91 (or 0x195B91) is known color: Endeavour. HEX triplet: 19, 5B and 91. RGB value is (25,91,145). Sum of RGB (Red+Green+Blue) = 25+91+145=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #195B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195B91 is #E6A46E. Grayscale: #4D4D4D. Windows color (decimal): -15115375 or 9526041. OLE color: 9526041.

HSL color Cylindrical-coordinate representation of color #195B91: hue angle of 207º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195B91 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 91 145 -
CMYK 0.83 0.37 0 0.43
HSL 207º 0.71% 0.33% -
HSV(B) 207º 0.83% 0.57% -
XYZ 9.25 9.73 28.18 -
YUV 77.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 25 91 145 0.83 0.37 0 0.43 207 0.71 0.33
Hex 19 5B 91 53 25 0 2B CF 47 21
Octal 31 133 221 123 45 0 53 317 107 41
Binary 11001 1011011 10010001 1010011 100101 0 101011 11001111 1000111 100001

Color Harmonies of #195B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195B91

Black with #195B91

Text Example


Text Example

White with #195B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,145); }

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

background-color css

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

 a { background-color: rgb(25,91,145); }

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

border-color css

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

 span { border-color: rgb(25,91,145); }

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