Html Css Color HEX #1F618E Endeavour

📋 copy color: '#1F618E'

red 31 ◦ green 97 ◦ blue 142

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

Shades of Endeavour #1F618E

Tints of Endeavour #1F618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 11.48%
G = 35.93%
B = 52.59%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F618E (or 0x1F618E) is known color: Endeavour. HEX triplet: 1F, 61 and 8E. RGB value is (31,97,142). Sum of RGB (Red+Green+Blue) = 31+97+142=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F618E is #E09E71. Grayscale: #525252. Windows color (decimal): -14720626 or 9330975. OLE color: 9330975.

HSL color Cylindrical-coordinate representation of color #1F618E: hue angle of 204.32º 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 #1F618E is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 97 142 -
CMYK 0.78 0.32 0 0.44
HSL 204.32º 0.64% 0.34% -
HSV(B) 204.32º 0.78% 0.56% -
XYZ 9.72 10.79 27.16 -
YUV 82.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 31 97 142 0.78 0.32 0 0.44 204.32 0.64 0.34
Hex 1F 61 8E 4E 20 0 2C CC 40 22
Octal 37 141 216 116 40 0 54 314 100 42
Binary 11111 1100001 10001110 1001110 100000 0 101100 11001100 1000000 100010

Color Harmonies of #1F618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F618E

Black with #1F618E

Text Example


Text Example

White with #1F618E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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