Html Css Color HEX #195F8F Endeavour

📋 copy color: '#195F8F'

red 25 ◦ green 95 ◦ blue 143

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

Shades of Endeavour #195F8F

Tints of Endeavour #195F8F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 9.51%
G = 36.12%
B = 54.37%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#195F8F (or 0x195F8F) is known color: Endeavour. HEX triplet: 19, 5F and 8F. RGB value is (25,95,143). Sum of RGB (Red+Green+Blue) = 25+95+143=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #195F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F8F is #E6A070. Grayscale: #4F4F4F. Windows color (decimal): -15114353 or 9395993. OLE color: 9395993.

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

Color convert

RGB 25 95 143 -
CMYK 0.83 0.34 0 0.44
HSL 204.41º 0.7% 0.33% -
HSV(B) 204.41º 0.83% 0.56% -
XYZ 9.45 10.37 27.49 -
YUV 79.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 25 95 143 0.83 0.34 0 0.44 204.41 0.7 0.33
Hex 19 5F 8F 53 22 0 2C CC 46 21
Octal 31 137 217 123 42 0 54 314 106 41
Binary 11001 1011111 10001111 1010011 100010 0 101100 11001100 1000110 100001

Color Harmonies of #195F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195F8F

Black with #195F8F

Text Example


Text Example

White with #195F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,95,143); }

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

background-color css

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

 a { background-color: rgb(25,95,143); }

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

border-color css

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

 span { border-color: rgb(25,95,143); }

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