Html Css Color HEX #1F568D Endeavour

📋 copy color: '#1F568D'

red 31 ◦ green 86 ◦ blue 141

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

Shades of Endeavour #1F568D

Tints of Endeavour #1F568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 12.02%
G = 33.33%
B = 54.65%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F568D (or 0x1F568D) is known color: Endeavour. HEX triplet: 1F, 56 and 8D. RGB value is (31,86,141). Sum of RGB (Red+Green+Blue) = 31+86+141=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F568D is #E0A972. Grayscale: #4B4B4B. Windows color (decimal): -14723443 or 9262623. OLE color: 9262623.

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

Color convert

RGB 31 86 141 -
CMYK 0.78 0.39 0 0.45
HSL 210º 0.64% 0.34% -
HSV(B) 210º 0.78% 0.55% -
XYZ 8.7 8.87 26.45 -
YUV 75.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 31 86 141 0.78 0.39 0 0.45 210 0.64 0.34
Hex 1F 56 8D 4E 27 0 2D D2 40 22
Octal 37 126 215 116 47 0 55 322 100 42
Binary 11111 1010110 10001101 1001110 100111 0 101101 11010010 1000000 100010

Color Harmonies of #1F568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F568D

Black with #1F568D

Text Example


Text Example

White with #1F568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,86,141); }

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

background-color css

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

 a { background-color: rgb(31,86,141); }

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

border-color css

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

 span { border-color: rgb(31,86,141); }

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