Html Css Color HEX #1F658E Endeavour

📋 copy color: '#1F658E'

red 31 ◦ green 101 ◦ blue 142

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

Shades of Endeavour #1F658E

Tints of Endeavour #1F658E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 11.31%
G = 36.86%
B = 51.82%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F658E (or 0x1F658E) is known color: Endeavour. HEX triplet: 1F, 65 and 8E. RGB value is (31,101,142). Sum of RGB (Red+Green+Blue) = 31+101+142=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F658E is #E09A71. Grayscale: #545454. Windows color (decimal): -14719602 or 9331999. OLE color: 9331999.

HSL color Cylindrical-coordinate representation of color #1F658E: hue angle of 202.16º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F658E is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 101 142 -
CMYK 0.78 0.29 0 0.44
HSL 202.16º 0.64% 0.34% -
HSV(B) 202.16º 0.78% 0.56% -
XYZ 10.1 11.55 27.29 -
YUV 84.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 31 101 142 0.78 0.29 0 0.44 202.16 0.64 0.34
Hex 1F 65 8E 4E 1D 0 2C CA 40 22
Octal 37 145 216 116 35 0 54 312 100 42
Binary 11111 1100101 10001110 1001110 11101 0 101100 11001010 1000000 100010

Color Harmonies of #1F658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F658E

Black with #1F658E

Text Example


Text Example

White with #1F658E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,101,142); }

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

background-color css

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

 a { background-color: rgb(31,101,142); }

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

border-color css

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

 span { border-color: rgb(31,101,142); }

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