Html Css Color HEX #1F6891 Endeavour

📋 copy color: '#1F6891'

red 31 ◦ green 104 ◦ blue 145

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

Shades of Endeavour #1F6891

Tints of Endeavour #1F6891

RGB

 RED value IS 31 (12.5% from 255) = 11.07%

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 11.07%
G = 37.14%
B = 51.79%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F6891 (or 0x1F6891) is known color: Endeavour. HEX triplet: 1F, 68 and 91. RGB value is (31,104,145). Sum of RGB (Red+Green+Blue) = 31+104+145=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F6891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6891 is #E0976E. Grayscale: #565656. Windows color (decimal): -14718831 or 9529375. OLE color: 9529375.

HSL color Cylindrical-coordinate representation of color #1F6891: hue angle of 201.58º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6891 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 104 145 -
CMYK 0.79 0.28 0 0.43
HSL 201.58º 0.65% 0.35% -
HSV(B) 201.58º 0.79% 0.57% -
XYZ 10.63 12.24 28.59 -
YUV 86.85 160.82 88.17 -
System Red Green Blue C M Y K H S L
Decimal 31 104 145 0.79 0.28 0 0.43 201.58 0.65 0.35
Hex 1F 68 91 4F 1C 0 2B CA 41 23
Octal 37 150 221 117 34 0 53 312 101 43
Binary 11111 1101000 10010001 1001111 11100 0 101011 11001010 1000001 100011

Color Harmonies of #1F6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6891

Black with #1F6891

Text Example


Text Example

White with #1F6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F6891; }

 p { color: rgb(31,104,145); }

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

background-color css

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

 a { background-color: rgb(31,104,145); }

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

border-color css

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

 span { border-color: rgb(31,104,145); }

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